download file with curlutil code example
Example 1: curl get download file
curl http://some.url --output some.file
Example 2: how to download a file with curl
//this downloads the file specified
curl "http://standards-oui.ieee.org/oui/oui.txt" --output macvendors.txt