PDA

View Full Version : Someone needs to make a decent Download Manager for Linux



toejamfootball
April 3rd, 2009, 06:56 AM
All the current ones are pretty crappy....

I've tried JDownloader, KGet, Downloader for X, and none of them have worked well.

I need one that can Schedule the downloads to start at a specific time. I was using IDM, but it can't be intergrated with Firefox running in wine, and it's a PITA to copy paste 8 links seperately....

Anyone got any suggestions?

Eisenwinter
April 3rd, 2009, 07:12 AM
wget with cron, or with a shell script.

jmszr
April 3rd, 2009, 07:21 AM
toejamfootball,

You might try the DownThemAll! Firefox Add-on.

Edit: I don't know that it schedules.

Rokurosv
April 3rd, 2009, 07:31 AM
KGet is, IMO, the best gui download manager for Linux, others are kinda sucky, specially Gwget, it's the worst.

kpkeerthi
April 3rd, 2009, 07:42 AM
I use torrents (deluge command-line) for large downloads.

When torrents are not available, I use aria2c (another command-line download manager)

I prefer to use command line tools so they can be easily integrated into cron or at schedulers.

For adhoc downloads, I use DownThemAll Firefox add-on.

lakersforce
April 3rd, 2009, 08:06 AM
Like someone said above: wget (command-line tool default part of the GNU operating system).

pt123
April 3rd, 2009, 08:09 AM
multiget is the best can do multipart downloads too
http://multiget.sourceforge.net/ and doesn't crash like the others

toejamfootball
April 3rd, 2009, 08:15 AM
I use torrents (deluge command-line) for large downloads.

When torrents are not available, I use aria2c (another command-line download manager)

I prefer to use command line tools so they can be easily integrated into cron or at schedulers.

For adhoc downloads, I use DownThemAll Firefox add-on.
How do you Schedule with this method?

kpkeerthi
April 3rd, 2009, 08:24 AM
https://help.ubuntu.com/community/CronHowto

http://phorolinux.com/fast-download-files-with-aria2.html

toejamfootball
April 3rd, 2009, 08:30 AM
https://help.ubuntu.com/community/CronHowto

http://phorolinux.com/fast-download-files-with-aria2.html
Cool thanks man, I will check it out.

dixon
April 3rd, 2009, 09:00 AM
Try fatrat (http://fatrat.dolezel.info/) ;)

Johnsie
April 3rd, 2009, 09:43 AM
I like download them all too. It's true there is a distinct lack of choice of software on Linux though. You usually get an ok version of something and then some not so good versions. This is because of the lack of application developers for Linux and because differences between packaging systems make it harder for developers to get their products to all the different distros. With Windows on the other hand you usually get several good versions, some ok versions and alot junk but there is alot more choice.

If you want more apps you need to get more developers migrating to Linux.

toejamfootball
April 3rd, 2009, 10:10 AM
Try fatrat (http://fatrat.dolezel.info/) ;)
Doesn't look like it can schedule.

adamlau
April 3rd, 2009, 10:24 AM
You can make nearly anything schedule with a proper crontab. And there is a decent downloader for Linux. One which Arch and Mandriva users embrace for their repo downloads at the fastest possible rate. One with enough switches to keep you busy learning what is best for your application. One which is widely considered to download the fastest with the least amount of resources. aria2.

cb951303
April 3rd, 2009, 10:42 AM
a nice frontend for aria2 would be great but I agree there is no application like flashget in linux. I use downthemall for now.

toejamfootball
April 3rd, 2009, 11:09 AM
You can make nearly anything schedule with a proper crontab. And there is a decent downloader for Linux. One which Arch and Mandriva users embrace for their repo downloads at the fastest possible rate. One with enough switches to keep you busy learning what is best for your application. One which is widely considered to download the fastest with the least amount of resources. aria2.
So is it possible to have a saved list of downloads in Aria2, which only downloads between the times you specify with crontab?

binbash
April 3rd, 2009, 01:04 PM
wget + cron is good but i agree linux needs an excellent DM application.

adamlau
April 4th, 2009, 01:12 AM
So is it possible to have a saved list of downloads in Aria2, which only downloads between the times you specify with crontab?
Yes. Absolutely. Versus any other downloader for Linux, there is very little aria2 cannot do.

toejamfootball
April 4th, 2009, 01:33 AM
Yes. Absolutely. Versus any other downloader for Linux, there is very little aria2 cannot do.
Great! I will have to learn how to do this then. *Goes of in search of tutorials...* :)

I got the GUI frontend for cron, because I'm only OK in CLI, I am happy to use CLI for the Aria part of it though I guess.

izak
June 1st, 2009, 07:59 AM
Flashget in wine (http://ubuntuforums.org/showthread.php?p=7380441#post7380441) works well out of the box.

Viva
June 1st, 2009, 08:06 AM
Downloader for X works fine for me.