2

I am looking for a free command line download manager with queue possibilities on Windows XP.

This looks like it might work but it's not free:

http://www.internetdownloadmanager.com/support/command_line.html

I am currently using Flashget but the command line doesn't have the queue option, so Flashget misses many URLs that are sent to it.

Any ideas?

Gareth
  • 19,080
Erb
  • 415

2 Answers2

1

wget seems to be the best tool. There are a windows version, I use a text file as queue, you can invoque wget -i file-list.txt. Read the documentation or the help to know the parameters to control the downloads, recoverring, etc.

user45186
  • 131
0

aria2 might be the best solution. It have a lot of extra features as well and extremely easy to use.

https://aria2.github.io

Dum
  • 101
  • 3