CURL
|
- The title of this article is incorrect because of technical limitations. The correct title is cURL.
cURL is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, Gopher, Telnet, DICT, FILE and LDAP. cURL supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, Kerberos, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, http proxy tunneling and many other features.
libcurl is the corresponding library/API that is intended to be incorporated into users' programs. You may think of cURL as a stand-alone executable made out of the libcurl library.
See also
External links
- cURL website (http://curl.haxx.se/)