Write output to a file named remote_file

$ curl -o file http://url/file
$ curl --output file http://url/file
Comments