Name | Summary | Category |
curl | [curl] enables the transfer of data with URL syntax. It supports DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and... | Curl |
CURLAUTH_NONE | Used as a parameter of [curl->set] and CURLOPT_HTTPAUTH to direct curl not to use any authorization. | Curl |
CURLAUTH_BASIC | Used as a parameter of [curl->set] and CURLOPT_HTTPAUTH to direct curl to use HTTP Basic authentication. This is the default choice, and the only method that is in wide-spread use and... | Curl |
CURLAUTH_DIGEST | Used as a parameter of [curl->set] and CURLOPT_HTTPAUTH to direct curl to use HTTP Digest authentication. Digest authentication is defined in | Curl |
CURLAUTH_GSSNEGOTIATE | Used as a parameter of [curl->set] and CURLOPT_HTTPAUTH to direct curl to use HTTP GSS-Negotiate authentication. The GSS-Negotiate (also known as plain "Negotiate") method was... | Curl |
CURLAUTH_NTLM | Used as a parameter of [curl->set] and CURLOPT_HTTPAUTH to direct curl to use HTTP NTLM authentication. A proprietary protocol invented and used by Microsoft. It uses a challenge-response and... | Curl |
CURLAUTH_ANY | Used as a parameter of [curl->set] and CURLOPT_HTTPAUTH to direct curl to automatically select the one it finds most secure. | Curl |
CURLAUTH_ANYSAFE | Used as a parameter of [curl->set] and CURLOPT_HTTPAUTH to direct curl to automatically select the one it finds most secure (except Basic). | Curl |
CURLE_FAILED_INIT | [curle_failed_init] returns the error code given when there's an internal error or problem within the curl library. | Curl |
CURLE_COULDNT_RESOLVE_PROXY | [curle_couldnt_resolve_proxy] returns the error code given when the proxy host could not be resolved. | Curl |
CURLE_COULDNT_RESOLVE_HOST | [curle_couldnt_resolve_host] returns the error code given when the remote host was not resolved. | Curl |
CURLE_COULDNT_CONNECT | [curle_couldnt_connect] returns the error code given when curl fails to connect to the host or the proxy. | Curl |
CURLE_FTP_ACCESS_DENIED | [curle_ftp_access_denied] returns the error code given when we were denied access to the resource given in the URL. For FTP this occurs while trying to change to the remote directory. | Curl |
CURLE_FTP_CANT_GET_HOST | [curle_ftp_cant_get_host] returns the error code given when an internal failure occured during lookup of the host for the new connection. | Curl |
CURLE_FTP_COULDNT_RETR_FILE | [curle_ftp_couldnt_retr_file] returns the error code given when we received a weird reply to a RETR command or a zero byte transfer. | Curl |
CURLE_BAD_DOWNLOAD_RESUME | [curle_bad_download_resume] returns the error code given when the specified offset was out of the file boundary. | Curl |
CURLE_FILE_COULDNT_READ_FILE | [curle_file_couldnt_read_file] returns the error code given when curl can't open the specified file. Either the path is not identifying an existing file, or the file permissions are not correct. | Curl |
CURLE_ABORTED_BY_CALLBACK | [curle_aborted_by_callback] returns the error code given when a callback returned "abort" to the curl library. | Curl |
CURLE_BAD_FUNCTION_ARGUMENT | [curle_bad_function_argument] returns the error code given when a function was called with a bad parameter. | Curl |
CURLE_BAD_CONTENT_ENCODING | [curle_bad_content_encoding] returns the error code given when curl receives an unrecognized transfer encoding. | Curl |
CURLE_FILESIZE_EXCEEDED | [curle_filesize_exceeded] returns the error code given when maximum file size has been exceeded. | Curl |
curl->asString | [curl->asstring] returns the data received for a URL. It differs from [curl->result] in that it returns the result as a string instead of bytes. | Curl |
curl->close | [curl->close] closes all open connections for the [curl] variable. It is handy when you need precise control of when a curl operation should be terminated. Note that this is otherwise done... | Curl |
curl->asBytes | [curl->asbytes] returns the data received for a URL. It is the same result as for [curl->result]. See also [curl->asstring]. | Curl |
curl->download | Commonly used for FTP retrieval, [curl->download] retrieves a file from the remote server and places it in the specified location. Accepts either a string specifying the destination... | Curl |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft