We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is reachable but very slow, so much so that the readdir command below just hangs and errors out. This used to work fine.
readdir
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?
The text was updated successfully, but these errors were encountered:
Hi @gaelforget the ftp server is very very slow, you should use the https, as much as reliable, and faster, same data served
Sorry, something went wrong.
you may also check at servers down time https://argopy.statuspage.io/ https://stats.uptimerobot.com/n8zoRtGnwl
No branches or pull requests
It is reachable but very slow, so much so that the
readdir
command below just hangs and errors out. This used to work fine.leading to this error message :
@gmaze , have you experienced this type of issue in argopy?
The text was updated successfully, but these errors were encountered: