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: unknown error CURLE_UPLOAD_FAILED,25: upload failed (at start/before it...
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:unknown error CURLE_UPLOAD_FAILED,25:uploadfailed(at start/before it took off)...
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...