which download manager to copy and paste files into?

Associate
Joined
26 Jan 2007
Posts
2,462
I have a big bunch of files that I want to copy and paste, but I cannot find a program that allows me to do it.

Currently i'm using flashget through wine, which while working well, dosent let me copy paste into it.

Can anyone suggest anything?
 
You could also do it nicely using wget :)

Whack all your urls in a .txt file, 1 per line. Then in a shell run: wget -i urls.txt

Oxy's aria2 may be more suitable if you're after more features though.
 
Back
Top Bottom