![]() |
|
|
Thread Tools |
|
#1
|
|
|
Member
Join Date: Nov 2008
Posts: 16
|
Best Download manager for Ubuntu
Hi, guys . I want to know ur opinion on best download manager for ubuntu. i have tried some. but none of them are what I am looking for. Any suggestions ? thanks
|
|
|
| Click to Register | Registering will remove these ads. |
|
Sponsored Links
|
|
Linux Software
-
#2
|
|
|
n00b
![]() Join Date: Aug 2006
Posts: 58
|
Do you mean just for common net downloads? Try gwget. It's the only one I have ever used but don't use one anymore really.
Try searching the Ubuntu forums for recommendations to. |
|
|
|
Linux Software
-
#3
|
|
|
Member
Join Date: Nov 2008
Posts: 16
|
Thanks for replying. I am looking for IDM like download manager . I don't know if there is any for that kind of functions. I have tried Wget before. I find firefox down loader better than Wget.
|
|
|
|
Linux Software
-
#4
|
|
|
Join Date: Jun 2007
Location: East Coast
Posts: 283
|
If you are talking about a manager for downloading from sites like rapidshare, megauplaod, etc... Then jdownloader is good.
http://jdownloader.org/home |
|
|
|
Linux Software
-
#5
|
|
|
Member
Join Date: Jan 2009
Posts: 8
|
|
|
|
|
Linux Software
-
#6
|
|
|
Poster
![]() Join Date: May 2006
Posts: 118
|
http://www.downthemall.net/ is good. it comes as an add on for firefox.
|
|
|
|
Linux Software
-
#7
|
||
|
Member
Join Date: Nov 2008
Posts: 16
|
Quote:
|
|
|
||
|
Linux Software
-
#8
|
||
|
Join Date: Nov 2007
Location: Peru
Age: 31
Posts: 170
BT Rep: +2
|
Quote:
Yeah, I use DTA a lot. It's one of the best add ons for firefox indeed. |
|
|
||
|
Linux Software
-
#9
|
|
|
Join Date: Mar 2009
Posts: 27
|
I use "axel" download accelerator.
Axel tries to accelerate downloads by using multiple connections (possibly to multiple servers) for one download. Because of its size, it might be very useful on bootdisks or other small systems as a wget replacement. _http://freshmeat.net/projects/axel/ Maybe not so good for "manager" but realy good for speed. axel is a command line, but you can use "zenity" to make simple gui, like this: Code:
#!/bin/sh url=`zenity --title="Axel GUI" --text="Enter url" --entry` user=`zenity --title="Axel GUI" --text="Enter username" --entry` pass=`zenity --title="Axel GUI" --text="Enter password" --entry` axel --num-connections=8 http://"$user":"$pass"@"$url" |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|