CURLE_HTTP_RETURNED_ERROR (22 )这是返回CURLOPT_FAILONERROR 设置为TRUE和HTTP服务器返回的错误代码是 =400。CURLE_WRITE_ERROR (23 )发生错误,写作时接收到的数据到本地文件,或者返回错误libcurl的一个写回调。CURLE_UPLOAD_FAILED (25 )开始 6、上载失败。对于FTP,服务器通常否认的STOR命令。通常的错误缓冲...
CURLE_QUOTE_ERROR(21) 当发送到远程服务器,自定义的“QUOTE”命令的一个命令返回的错误代码为400或更高(对于FTP)或表示不成功的完成命令。 CURLE_HTTP_RETURNED_ERROR(22) 这是返回CURLOPT_FAILONERROR设置为TRUE和HTTP服务器返回的错误代码是> = 400。 CURLE_WRITE_ERROR(23) 发生错误,写作时接收到的数据到...
这是返回CURLOPT_FAILONERROR设置为TRUE和HTTP服务器返回的错误代码是> = 400。 CURLE_WRITE_ERROR(23) 发生错误,写作时接收到的数据到本地文件,或者返回错误libcurl的一个写回调。 CURLE_UPLOAD_FAILED(25) 开始上载失败。对于FTP,服务器通常否认的STOR命令。通常的错误缓冲区包含了服务器的解释。 CURLE_READ_ER...
CURLE_QUOTE_ERROR (21) When sending custom “QUOTE” commands to the remote server, one of the commands returned an error code that was 400 or higher (for FTP) or otherwise indicated unsuccessful completion of the command.CURLE_HTTP_RETURNED_ERROR (22) This is returned if CURLOPT_FAILONERRO...
'26'=>'CURLE_READ_ERROR (26) – 读取本地文件时遇到问题,或由读取回调 (read callback) 返回了一个错误。', '27'=>'CURLE_OUT_OF_MEMORY (27) – 内存分配请求失败。此错误比较严重,若发生此错误,则表明出现了非常严重的问题。', '28'=>'CURLE_OPERATION_TIMEDOUT (28) – 操作超时。 已达到...
CURLE_SSH (79) An unspecified error occurred during the SSH session. CURLE_SSL_SHUTDOWN_FAILED (80) Failed to shut down the SSL connection. CURLE_AGAIN (81) Socket is not ready for send/recv wait till it's ready and try again. This return code is only returned fromcurl_easy_recv(...
CURLE_SSL_CONNECT_ERROR(35) 出现问题的地方,在SSL / TLS握手。你真正想要的的错误缓冲区和阅读邮件,因为它针对问题稍微。可能是证书(文件格式,路径,权限),密码,和其他人。 CURLE_BAD_DOWNLOAD_RESUME(36) 下载无法恢复,因为指定的偏移量为文件的边界。
以下,我再附上 curl error code ,即 curl_errno函数返回的数字说明: CURLE_UNSUPPORTED_PROTOCOL (1) – 您传送给 libcurl 的网址使用了此 libcurl 不支持的协议。 可能是您没有使用的编译时选项造成了这种情况(可能是协议字符串拼写有误,或没有指定协议 libcurl 代码)。
After connecting to a FTP server, libcurl expects to get a certain reply back. This error code implies that it got a strange or bad reply. The given remote server is probably not an OK FTP server. CURLE_REMOTE_ACCESS_DENIED (9)
CURLE_SSH 79 - error from the SSH layer, somewhat generic so the error message will be of interest when this has happened CURLE_SSL_SHUTDOWN_FAILED 80 - Failed to shut down the SSL connection CURLE_AGAIN 81 - socket is not ready for send/recv, wait till it's ready and try again ...