During an active FTP session while waiting for the server to connect, the CURLOPT_ACCEPTTIMOUT_MS(3) (or the internal default) timeout expired. CURLE_FTP_WEIRD_PASV_REPLY (13) libcurl failed to get a sensible r
During an active FTP session while waiting for the server to connect, the CURLOPT_ACCEPTTIMEOUT_MS (or the internal default) timeout expired. CURLE_FTP_WEIRD_PASV_REPLY (13) libcurl failed to get a sensible result back from the server as a response to either a PASV or a EPSV command....
[0x7f0c69c618] Response received from curl. 07:40:57.569 [0x7f0c69c618]CurlError: Failed sending data to the peer (37) 07:40:57.570 [0x7f0c69c618]Error info: Operation timed out after 1361 milliseconds with 0 bytes received 07:41:05.309 [Debug] [user] Watchdog-Event: /var/_sl_...
After having sent the FTP password to the server, libcurl expects a proper reply. This error code indicates that an unexpected code was returned. CURLE_FTP_WEIRD_PASV_REPLY (13) libcurl failed to get a sensible result back from the server as a response to either a PASV or a EPSV comman...
Failed to connect() to host or proxy. .IP "CURLE_FTP_WEIRD_SERVER_REPLY (8)" After connecting to an FTP server, libcurl expects to get a certain reply back. This error code implies that it god a strange or bad reply. The given remote server is probably not an OK FTP server. .IP...