Results 1 to 9 of 9

Thread: Best Download manager for Ubuntu

  1. #1
    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

  2. Software & Hardware   -   #2
    ninefold
    Guest
    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.

  3. Software & Hardware   -   #3
    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.

  4. Software & Hardware   -   #4
    rippinitup4fun's Avatar alt.binaries.*
    Join Date
    Jun 2007
    Location
    East Coast
    Posts
    212
    If you are talking about a manager for downloading from sites like rapidshare, megauplaod, etc... Then jdownloader is good.

    http://jdownloader.org/home

  5. Software & Hardware   -   #5
    Quote Originally Posted by soldier83 View Post
    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.
    lol i use idm too in windows and linux like you

  6. Software & Hardware   -   #6
    http://www.downthemall.net/ is good. it comes as an add on for firefox.

  7. Software & Hardware   -   #7
    Quote Originally Posted by cow800 View Post
    http://www.downthemall.net/ is good. it comes as an add on for firefox.
    Thanks for replying but for now I am going to stick with built in Firefox downloader. No download manager is close enough to IDM.

  8. Software & Hardware   -   #8
    walkman79's Avatar Poster BT Rep: +2
    Join Date
    Nov 2007
    Location
    Peru
    Age
    45
    Posts
    180
    Quote Originally Posted by cow800 View Post
    http://www.downthemall.net/ is good. it comes as an add on for firefox.

    Yeah, I use DTA a lot. It's one of the best add ons for firefox indeed.

  9. Software & Hardware   -   #9
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •