Aria 2 Download Manager

Aria2 is an open source and free lightweight multi-protocol & multi-server command-line download utility for Windows, Linux and Mac OSX.

Jun 05, 2015 Download aria2 - CLI Metalink/BitTorrent client for free. A multi-protocol & multi-source, cross platform download utility. Aria2 is a multi-protocol & multi-source, cross platform download utility. The supported protocols are HTTP(S), FTP, BitTorrent, Metalink. Jun 23, 2016 Install Aria2 A Multi Protocol Command Line Download Manager on ubuntu linux 16 - Duration: 1:53. Quick Notepad Tutorial 870 views. Top 10 Linux Download Manager For Arch linux. Oct 25, 2018 This extension integrates aria2 (the ultra-fast download utility) with your browser. The extension offers: 1. Download links from right-click context menu 2. Interrupt the built-in download manager and forward downloading jobs with aria2 3. Find all page links and send multiple links to this download manager Features: 1.

It has an ability to download files from multiple protocols and sources including HTTP/HTTPS, FTP, BitTorrent and Metalink. It improves download speed by utilizing maximum download bandwidth and speeds up your download experience.

Aria 2 Download Manager

Features

  • Multi-Connection Download – It can download a file from multiple sources/protocols and attempt to use your maximum download bandwidth and improve overall download experience.
  • Lightweight – It doesn’t take much memory and CPU utilization. The HTTP/FTP downloads use only 4MB memory and 9MB for BitTorrent downloads.
  • Fully Featured BitTorrent Client – A fully featured BitTorrent client with support for DHT, PEX, Encryption, Magnet URI, Web-Seeding, Selective Downloads, Local Peer Discovery and UDP tracker.
  • Metalink Enabled – It supports Metalink version 4 and 3, which provides the file verification for HTTP/FTP/SFTP/BitTorrent integration and the different configurations for location, language, OS, etc.
  • Remote Control – A RPC interface support to control the aria2 process. The supported interfaces are JSON-RPC (over HTTP and WebSocket) and XML-RPC.

Please note, we should not consider aria2 is a replacement of wget, curl or torrent clients, but rather considered as an alternative with more support and download options.

Installing Aria2 Command-Line Download Manager in Linx

This article explains how to install Aria2 command-line download utility in RHEL, CentOS, Fedora and Debian, Ubuntu, Linux Mint systems with some useful download techniques and usage.

On RHEL/CentOS/Fedora

First, you need to download and enable the EPEL repository under RHEL/CentOS systems. (Note:Fedora users don’t need to add any repository, simply install aria2 using dnf command as shown).

Aria2 Download Manager Windows 7

Now install Aria2 package from the enabled EPEL repository under your system using YUM command tool.

Sample Output :

On Debian/Ubuntu/Linux Mint

Sample Output

Note: Sometimes, the default repositories don’t provide the latest version. So, in that case you might need to compile and install it from the source package as shown here.

Aria2 Download Usage & Examples

Here we will explore some of useful aria2 download usage and options with their examples.

Download from WEB

To download a single file from the web, execute the command as.

Download from Two sources

To download multiple files, say two files, then run the following command.

Download using Two connections

Aria 2 Download Manager 2017

Aria 2 Download Manager

To download file using only two connections per host, then use the option -x2 (connection 2) as shown below.

Download from BitTorrent

To download torrent file use the following command.

Download from Metalink

To download a metalink file, use the following command.

Download URLs found in a text file

To download a list of URL’s written in a text file called downloadurls.txt, then use the following command. The URL‘s should contain one download per line in a downloadurls.txt file.

Set Download Speed Limit

To set a download speed limit per download, use the following option.

Aria2 Download Manager Free

For more usage and options, open a terminal and run the command as “man aria2c“. There are also graphical front-ends available for Aria2, you can find them at aria2 page.