15

"Downloader for X" looks, heh, not fitting well into Ubuntu theme and not very natural/convenient. At the same time I don't know of any good alternative. Maybe you know?

Jorge Castro
  • 73,717
Ivan
  • 58,745

6 Answers6

10

Gwget Install gwget

Gwget is a free graphical frontend for of Wget. GWget supports all of the main features that Wget does, as well as parallel downloads. Its name is derived from GUI - Graphical user interface, and Wget.

You can also install it by

sudo apt-get install gwget


Multiget Install multiget

MultiGet is an easy-to-use GUI file downloader. It's programmed in C++ and has a GUI based on wxWidgets. It supports HTTP/FTP protocols which covers the requirements of most users. It supports multi-task with multi-thread on multi-server. It supports resuming downloads if the Web server supports it, and if you like, you can reconfig the thread number without stopping the current task. It's also support SOCKS 4,4a,5 proxy, ftp proxy, http proxy. In v0.8.0, a new feature was introduced, that is so called P2SP, or in other words, get file from multiple servers, and combine the data from different site into one file. This makes downloads complete much faster.

You can also install it by

sudo apt-get install multiget


Fatrat Install fatrat

Fatrat is an open source download manager for Linux written in C++ and built on top of the Trolltech Qt 4 library. It is rich in features and is continuously extended.

You can also install it by

sudo apt-get install fatrat


Uget Install uget

Uget (formerly urlgfe) is a Free and Open Source download manager written in GTK+ , it has many of features like easy-to-use , cross-platform (Windows & GNU/Linux) , support pause and resume , classify download , every category has an independent configuration , and more ...

You can also install it by

sudo apt-get install uget
Elder Geek
  • 36,752
LFC_fan
  • 1,845
5

Steadyflow:

To install, run this from a terminal:

sudo add-apt-repository ppa:sikon/steadyflow

sudo apt-get update

sudo apt-get install steadyflow
htorque
  • 66,086
3

Assuming that you use Firefox, I'd suggest to use DownThemAll. It does not only support multiple downloads and pausing/resuming, but also multiple connections for one download.

Bobby
  • 804
2

jDownloader can be an option? It has been made for other manners, but has the 'link grabber' function that can be usefull: while youre surfing, he grab all the links you select in web pages, and then you can download one by one or all of them.

It has even a captcha OCR, but im not sure if is your case ;)

Strae
  • 1,980
2

kget: Downloads from FTP, HTTP(S), torrent sources simultaneously, scriptable, automatic mirror search and more.. alt text

scottl
  • 2,588
0

You can try out flareGet ( a recently released download manager for linux). It is still in the alpha stage but works pretty good. It is multi-threaded and supports upto 16 segments per download for download acceleration. For browser integration you can use flashgot.

http://sourceforge.net/projects/flareget/

enter image description here