[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_...
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 result back from the server as a response to either a PASV or a EPSV comma...
要发送的数据,则通过CURLOPT_READDATA选项去设置:std::stringstream stream;stream.str(m_strMessage.c_str());stream.flush();/* We're using a callback function to specify the payload (the headers and * body of the message). You could just use the CURLOPT_READDATA option to * specify a ...
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. CURLE_WEIRD_SERVER_REPLY (8) The server sent data libcurl couldn't parse. This error code was known as as CURLE_FTP_WEIRD_SERVER_REPLY before 7.51.0. CURLE_REMOTE_ACCESS_DENIED (9) We were denied access to the resource given in the URL. For...
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...
curl_debug_callback = function (handle:PCURL; _type:curl_infotype; data:Pchar; size:size_t; userptr:pointer):longint;cdecl; CURLcode = (CURLE_OK,CURLE_UNSUPPORTED_PROTOCOL, CURLE_FAILED_INIT,CURLE_URL_MALFORMAT, CURLE_URL_MALFORMAT_USER,CURLE_COULDNT_RESOLVE_PROXY, CURLE_COULDNT_RESOLVE...
curl_easy_perform failed: Out of memory D (10444) Socket: << createSocket: sockFd: 8196 V (10448) sdmmc_cmd: sending cmd slot=1 op=24 arg=12000 flags=1c10 data=0x3ffb e14c blklen=512 datalen=512 timeout=5000 D (10453) Socket: >> setReuseAddress: 1 ...
An error occurred when writing received data to a local file, or an error was returned to libcurl from a write callback. 写入本地文件或者写回调错误 CURLE_UPLOAD_FAILED (25) Failed starting the upload. For FTP, the server typically denied the STOR command. The error buffer usually contains...
/// CURLINFO_HEADER_OUT = 2, /// /// The data is protocol data received from the peer. /// CURLINFO_DATA_IN = 3, /// /// The data is protocol data sent to the peer. /// CURLINFO_DATA_OUT = 4, /// /// The data is SSL-related data sent to the peer. //...