Article Title: Ubuntu's common Download Manager. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
The download manager is a program specially designed to download files from the Internet.
Download Manager features
Pause the download of large files
Resume disconnected or paused download tasks (especially when you download large files ).
When the network connection is poor, it can still be downloaded normally.
Automatically downloads multiple files (file types, updated files, and so on) from a site based on some simple rules. Refer to the Offline Browser ).
Automatic recursive download (image ).
Download as planned (including automatic disconnection and shutdown ).
Search for the image site and quickly download the same file from multiple servers (multipart download ).
Wget
Wget is an http (s) and ftp download tool. These two methods are most common online. It works in a non-interactive way, so it can be downloaded in the background after the system is logged out. This program can be recursively downloaded from the WEB page and FTP site to be logged on. You can download the page through wget or create an image site like a WWW robot.
Wget is also outstanding when the network is unstable or the network speed is slow. It also supports http/ftp resumable upload. Both ftp and http support time marking. Therefore, when the remote file changes, wget can detect and automatically download the new version.
Wget also supports proxy servers, which can reduce network load, accelerate transmission, and penetrate the firewall.
Wget is the default Download Manager in Ubuntu, so you do not need to install it.
Gwget
Gwget provides the GNOME front-end interface for wget. Functions are enhanced, such as batch download, System Tray icons, and Configuration Manager.
Install Gwget in Ubuntu
Sudo aptitude install gwget
Curl
Curl can capture files from the server in multiple supported ways. You can run the startup command to enable the user to interact or not interact with each other.
Curl provides many useful functions, such as proxy, user logon, FTP upload, http upload, and pause.
Install curl in Ubuntu
Sudo aptitude install curl
Wxdownloadfast
WxDownload Fast (usually called wxDFast) is an open source download manager. It is cross-platform and supports Windows (2 k, XP), Linux, and Mac OS X (Binary packages are not provided currently ). In addition, it is a multi-threaded download tool, that is, it can split a file into multiple parts and download multiple file blocks at the same time.
Install Wxdownloadfast in Ubuntu
Click here to download the DEB package.
Run the following command to install the DEB package:
Sudo dpkg-I packagename
Multiget
MultiGet is a simple and easy-to-use graphical interface download tool that supports Windows/Linux/BSDs/MacOs. Based on wxWidgets, the GUI is written in C ++. It supports HTTP/FTP, which is sufficient for most users. It supports multiple tasks, multiple threads, and multiple servers. You can also pause or resume downloads when the server supports it. If you want to, you can modify the number of download threads without stopping the existing download. It also supports SOCKS 4, 4a, 5 proxy, and ftp/http proxy.
Install Multiget in Ubuntu
Download the DEB installation package and run the following command to install the package:
Sudo dpkg-I packagename
Aria2
Aria2 is a command line tool that supports pause/resume and multipart download. Supported protocols include HTTP/HTTPS/FTP/BitTorrent and Metalink.
[1] [2] Next page