Answers for "download a zip file using curl"

1

download a zip file using curl

curl -o ./bhcdata1.zip "https://www.chicagofed.org/applications/bhc_data/bhcdata_create_output.cfm?DYR=2011&DQTR=1"
Posted by: Guest on June-08-2020
1

download a zip file using curl

curl -O http://example.com/download/myfile.zip
Posted by: Guest on June-08-2020

Code answers related to "download a zip file using curl"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language