Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failing to read ftp://ftp.ifremer.fr/ifremer/argo/dac/ #70

Open
gaelforget opened this issue Oct 4, 2024 · 2 comments
Open

failing to read ftp://ftp.ifremer.fr/ifremer/argo/dac/ #70

gaelforget opened this issue Oct 4, 2024 · 2 comments

Comments

@gaelforget
Copy link
Member

It is reachable but very slow, so much so that the readdir command below just hangs and errors out. This used to work fine.

using ArgoData
import ArgoData.GDAC: FTP
import ArgoData.GDAC: DataFrames
files_list=DataFrames.DataFrame("folder" => [],"wmo" => [])
list_folders=readdir(ftp)

leading to this error message :

ERROR: Failed to list directories. :: LibCURL error #28
Stacktrace:
 [1] macro expansion
   @ ~/.julia/packages/FTPClient/7DJzC/src/FTPC.jl:62 [inlined]
 [2] ftp_perform(ctxt::FTPClient.ConnContext{Bool})
   @ FTPClient ~/.julia/packages/FTPClient/7DJzC/src/conn_context.jl:298

@gmaze , have you experienced this type of issue in argopy?

@gmaze
Copy link
Member

gmaze commented Oct 7, 2024

Hi @gaelforget
the ftp server is very very slow, you should use the https, as much as reliable, and faster, same data served

@gmaze
Copy link
Member

gmaze commented Oct 7, 2024

you may also check at servers down time
https://argopy.statuspage.io/
https://stats.uptimerobot.com/n8zoRtGnwl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants