Skip to content

Instantly share code, notes, and snippets.

@kato-megumi
Forked from xnohat/bitsadmin.md
Created May 15, 2018 16:58
Show Gist options
  • Save kato-megumi/e5e254bdd21eda5ec8337b96865e34ea to your computer and use it in GitHub Desktop.
Save kato-megumi/e5e254bdd21eda5ec8337b96865e34ea to your computer and use it in GitHub Desktop.
Use bitsadmin to download via the command line on Windows 7 (8?)

Download via the command line on Windows 7

If you want to test your connection or have some other reason to use the command line to download a file, this is how.

See http://superuser.com/a/284147 for more information.

Open cmd.exe and use this format:

bitsadmin /transfer debjob /download /priority normal http://cdimage.debian.org/debian-cd/current-live/i386/iso-hybrid/debian-live-8.7.1-i386-xfce-desktop.iso D:\Users\[Username]\Downloads\debian-live-8.7.1-i386-xfce-desktop.iso

You should get something like this:

debjob

You can view the current download rate and file size. When the download is complete see your Downloads folder for the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment