Dev How To
cURL
Download a file to a directory
$ curl --output ./downloads/file.txt http://example.dev/file.txt
Download a file to a directory