CURLE_FTP_WRITE_ERROR,20: FTP: the post-transfer acknowledge response was not OK CURLE_FTP_QUOTE_ERROR,21: FTP: a quote command returned error CURLE_HTTP_RETURNED_ERROR,22: HTTP response code said error CURLE_WRITE_ERROR,23: failed writing received data to disk/application CURLE_MALFORMAT...
CURLE_FTP_WRITE_ERROR,20:FTP:the post-transfer acknowledge response was not OK CURLE_FTP_QUOTE_ERROR,21:FTP:a quote command returned error CURLE_HTTP_RETURNED_ERROR,22:HTTP response code said error CURLE_WRITE_ERROR,23:failed writing received data to disk/application CURLE_MALFORMAT_USER,24...
I think those can "hang" for quite a while, I usually try a select with a timeout and afair retrying will error out a lot sooner in a scenario like above. I could probably write a small test proggy to confirm if that is true. That being said, after quite some time, while I was...