Download files from the internet via HTTP, HTTPS, or FTP
Get a file from an HTTP, HTTPS or FTP server
curl$ curl -O https://example.com/file.zip$ curl -o myfile.html https://example.com$ curl -X POST -d 'param1=value1¶m2=value2' https://example.com/api$ curl https://example.com$ curl -H 'Authorization: Bearer token' https://api.example.com/data