Answers for "haw to dowload filew over cmd"

1

haw to dowload filew over cmd

Open cmd and change the directory to whatever you want to save the file and paste:

curl.exe --output NAME AND EXTENSION (e.g. test.exe) --url The URL WITH http:// or https://

For Example :
curl.exe --output index.html --url http://example.com
Posted by: Guest on April-16-2021

Browse Popular Code Answers by Language