Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1741779
  • 博文数量: 297
  • 博客积分: 285
  • 博客等级: 二等列兵
  • 技术积分: 3006
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-06 22:04
个人简介

Linuxer, ex IBMer. GNU https://hmchzb19.github.io/

文章分类

全部博文(297)

文章存档

2020年(11)

2019年(15)

2018年(43)

2017年(79)

2016年(79)

2015年(58)

2014年(1)

2013年(8)

2012年(3)

分类: LINUX

2017-10-10 19:37:53

Download managers are gui applications that allow users to manage multiple downloads in a single place, and do things like schedule, pause, resume, control download speed etc. And also download a file in multiple parts to maximise the download speed.
On linux the traditional method to download files is through the use of wget command. It has a simple syntax to download any given url
# wget url

However wget is a commandline utility and lacks the functionality and features of advanced gui download managers. On windows there are plenty of download managers available like flashget etc. However on Linux there are very few download managers like it, and even those available are not perfect and lack many basic features.

Flareget

flareGet is a full featured, advanced, multi-threaded, multi-segment download manager and accelerator for Linux.

A good looking gui download manager. It was earlier open source but the latest release is not. It has a free as well as paid version. Supports downloading files in multiple parts along with other features.
It is quite buggy at the moment in terms of resuming failed downloads. Hopefully would be fixed in future making it a very quick and handy tool for managing downloads.

flareget

Download the deb/rpm file directly from the website

Fatrat

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.
This project is in no way related to SlimRat.

fatrat

Fatrat is a good download manager for linux. It does not support downloading files in multiple parts, but is still better than the rest. It handles crashes very well and can resume download properly. I found it better than flareget and multiget. Download speed can be configured as well.

Project url

On ubuntu install fatrat from synaptic

$ sudo apt-get install fatrat
	
	
		
		
			
		

	


Multiget

MultiGet is an easy-to-use GUI file downloader for Windows/Linux/BSDs/MacOs. 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.

So multiget supports downloading files in multiple parts. The gui is built using wxwidgets which uses gtk on linux. Its is quite stable and handles flaky internet connections quite well.

However it has many drawbacks. If multiget is terminated forcibly (like when the system crashes) then any running downloads fail automatically. Also, it is not being developed actively, so there is little hope to see any improvements. The last update took in 2010.

Project url

On ubuntu install it from synaptic

$ sudo apt-get install multiget

multiget

uget

Uget is a gtk3 based gui download manager for linux. Its available for windows too. Has got a clean and decent user interface and is quite stable. Supports multipart download through the aria2 plugin.

Project url

$ sudo apt-get install uget aria2

uget

Kget

Default download manager for KDE desktop. Does not support downloading files in multiple parts. It suffers a major problem. If the internet connection drops for a small time, then the download will stall, and will fail to resume for a very long time even if internet connectivity resumes. Due to this Kget is much of a waste of time.

kget

On ubuntu install from synaptic

$ sudo apt-get install kget

JDownloader

JDownloader is a download manager written in pure java and is free and open source. It can pause and resume downloads properly and allows to set bandwidth limits as well. According to its website, JDownloader has a very large user base.

Project url

JDownloader is open source, platform independent and written completely in Java. It simplifies downloading files from One-Click-Hosters like Rapidshare.com or Megaupload.com - not only for users with a premium account but also for users who don't pay. It offers downloading in multiple parallel streams, captcha recognition, automatic file extraction and much more. Additionally, many "link encryption" sites are supported - so you just paste the "encrypted" links and JDownloader does the rest. JDownloader can import CCF, RSDF and DLC files.

jdownloader

Run the following commands to install on Ubuntu

sudo add-apt-repository ppa:jd-team/jdownloader
sudo apt-get update
sudo apt-get install jdownloader-installer jdownloader

The jdownloader-installer package contains only a desktop file and a script, which will download and launch the latest JDownloader.

Steadyflow

Steadyflow is a minimal download manager that is based on gtk. Can pause and resume downloads. Available in the ubuntu ppa repository.

steadyflow

Steadyflow is a GTK+ based download manager that aims for minimalism, ease of use, and a clean, malleable codebase. It should be easy to control, whether from the GUI, command line, or D-Bus.

Project url

Run the following commands to install on ubuntu

sudo add-apt-repository ppa:sikon/steadyflow
sudo apt-get update
sudo apt-get install steadyflow

Xtreme Downloader

Xtreme Downloader is another java based gui download manager that can run on any platform with the java 6 runtime installed. It is free and open source and can be downloaded from the following url

It supports download files in multiple parts. Also claims to download files at 5-6 times the normal speed. That is something not possible. But overall as a download managed it works well. It is able to pause/resume downloads properly.

xtreme_downloader

Download the zip file from the website and run the jar file or the xdman.sh script. Make sure you have java runtime (jre) installed.

Prozgui

Prozgui is the gui interface for . It is a very basic graphical user interface based on the X windows system and looks very primitive. However runs fine with all features of prozilla. It can download files in multiple parts just like prozilla.

prozgui

Project url

Install it from the ppa repository.

sudo add-apt-repository ppa:alza/project
sudo apt-get update
sudo apt-get install prozgui

Conclusion

JDownloader, Fatrat and Uget are the most reliable download managers. They can download well on poor connections and resume/pause downloads properly. The rest would hopefully improve over time, giving the users more choice.

转自:

阅读(1752) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~