Commandline http download tool for Windows

5,005

Solution 1

If inputting a HTTP request by hand is no problem then you can use telnet to connect on port 80. But Wget or cURL seem easier to use.

Solution 2

If you have Firefox installed, then you can install the iMacros for Firefox addon even with only normal user rights. It is a browser automator. You can use it - among many other things - to download files via the command line.

Share:
5,005

Related videos on Youtube

Grzenio
Author by

Grzenio

Updated on September 18, 2022

Comments

  • Grzenio
    Grzenio over 1 year

    Is there a built-in command line tool for downloading files from the internet? I know there is wget for windows, which is fantastic piece of technology, but I am not allowed to install it :( I just need basic functionality - connect to a url and save contents to disk (or push to sdtout).

    • Ignacio Vazquez-Abrams
      Ignacio Vazquez-Abrams over 13 years
      wget doesn't need installing.