Is there a built-in command for downloading a file using the command line on Windows? I know I can get cygwin and install wget, but I would like a solution that works on any windows PC.
|
feedback
|
|
There's nothing for HTTP downloads on the command line built into Windows. You could script ftp.exe for, well, FTP downloads. You'll need a 3rd party program for HTTP though. No need to go all the way to installing Cygwin though, you can get curl or aria2. | |||
feedback
|
|
Take a look at Wget for Windows, it can do this and a whole lot more. No need for a cygwin installation. | |||
|
feedback
|
|
if you have powershell it can be done! doesn't matter what protocol ftp,http and even https! | |||
|
feedback
|
wgetmention, HTTP/S is a pretty fair assumption. – afrazier May 6 '10 at 20:50