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 ...
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...
CURLE_SSH, /* 79 - error from the SSH layer, somewhat 79: Error in the SSH layer generic so the error message will be of interest when this has happened */ CURLE_SSL_SHUTDOWN_FAILED, /* 80 - Failed to shut down the SSL 80: Failed to shut down the SSL connection connection */...
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...
or wrong format */CURLE_REMOTE_FILE_NOT_FOUND,/* 78 - remote file not found */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 ...
A problem was detected in the HTTP2 framing layer. This is somewhat generic and can be one out of several problems, see the error buffer for details. CURLE_FTP_COULDNT_SET_TYPE (17) Received an error when trying to set the transfer mode to binary or ASCII. ...
CURLE_SEND_ERROR,/* 55 - failed sending network data */ CURLE_RECV_ERROR,/* 56 - failure in receiving network data */ CURLE_OBSOLETE57,/* 57 - NOT IN USE */ CURLE_SSL_CERTPROBLEM,/* 58 - problem with the local certificate */ ...
15: "FTP cannot get host. Couldn't use the host IP address we got in the 227-line. This is most likely an internal error.", 16: "HTTP/2 error. A problem was detected in the HTTP2 framing layer. This is somewhat generic and can be one out of several problems, see the error mes...
If we use higher bits we only do this on * platforms that have a >= 64-bit type and then we use such a type for the * protocol fields in the protocol handler. */ #define CURLPROTO_WS (1<<30) #define CURLPROTO_WSS ((curl_prot_t)1<<31) #else #define CURLPROTO_WS 0 #...
--compressed (HTTP) Request a compressed response using one of the algorithms libcurl supports, and return the uncom- pressed document. If this option is used and the server sends an unsupported encoding, curl will report an error. --connect-timeout <seconds> Maximum time in seconds that ...