Microsoft Store
 

Curl


 

:This article is about the cURL command line tool. There is also an unrelated Curl programming language and the math term Curl.

Related Topics:
Curl programming language - 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.

Related Topics:
URL - FTP - FTPS - HTTP - HTTPS - Gopher - Telnet - DICT - LDAP - Kerberos - Proxies - Cookies

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

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.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~