-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ASCII download tests fail with libcurl error #78 - all platforms #113
Comments
The problem behind this is that the FTP get function is failing when using ASCII mode. This happens whether we use I think the problem may be in LibCURL_jll v7.73.0+0. The issue does not appear to be happening in julia 1.5 which can only use up to v7.70.0+2. I haven't been able to verify though. Doing some digging it appears to be related to this curl/curl#6564. FTPServer.jl uses pyftpdlib which does not support SIZE for ASCII transfers. I'm not sure how the error is being triggered. Verbose output from failing call:
|
I will silence the tests with the |
Has this ever been fixed? I am still receiving this error when testing on > Julia 1.5 |
The text was updated successfully, but these errors were encountered: