====== Curl ====== **cURL** is a command line tool for processing URLs; in the form of http://, https:// or ftp://. Often used in data manipulation and transfers. ---- [[Curl:Cheat Sheet|Cheat Sheet]] ---- [[Curl:Check gmail|Check gmail]] [[Curl:Check HTTP Headers|Check HTTP Headers]] [[Curl:Debugging|Debugging]] [[Curl:Download a file|Download a file]] [[Curl:Get a FTP directory listing|Get a FTP directory listing]] [[Curl:Get a HTTP Basic authenticated page|Get a HTTP Basic authenticated page]] [[Curl:Perform imap queries using Curl|Perform imap queries using Curl]] [[Curl:Post to a page|Post to a page]] [[Curl:Read a HTTP URL|Read a HTTP URL]] [[Curl:Read a HTTPS URL|Read a HTTPS URL]] [[Curl:Read an IP address|Read an IP address]] [[Curl:Reading a URL with variable GET parameters|Reading a URL with variable GET parameters]] [[Curl:Read a web page into a file|Read a web page and store it in a file]] [[Curl:Referer & User Agent|Referer & User Agent]] [[Curl:Track Web Redirects|Track Web Redirects]] [[Curl:Upload a file with FTP|Upload a file with FTP]] ----