Download files from HTTP, HTTPS, or FTP servers
Get a file from an HTTP, HTTPS or FTP server
curl$ curl https://example.com/file.zip -o file.zip$ curl -X POST https://api.example.com/data -H 'Content-Type: application/json' -d '{"key": "value"}'$ curl -L https://example.com/redirect -# -O