2

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.

quack quixote
  • 43,504

2 Answers2

3

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.

afrazier
  • 23,505
2

Take a look at Wget for Windows, it can do this and a whole lot more. No need for a cygwin installation.