Free command line download manager with queue possibilities on Windows XP?
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?
Solution 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.