November 13, 2010
Download Files Using cURL
Learn how to easily download files using cURL with the simple command: curl -L -O <URL>, an efficient alternative to wget or fetch.
If you don’t have wget/fetch available just use cURL.
$ curl -L -O <URL>
November 13, 2010
Learn how to easily download files using cURL with the simple command: curl -L -O <URL>, an efficient alternative to wget or fetch.
If you don’t have wget/fetch available just use cURL.
$ curl -L -O <URL>