Abstract


  • Can be used to transfer data to or from a Server using various supported protocols, such as HTTP

  • Widely used for testing APIs and downloading files etc


  • Download file with a given endpoint, -O tells curl to save the downloaded file with the same name as it has on the remote server

curl -O <ENDPOINT>