Aria 2 Download Manager

  • This year, The idea of Persepolis came to Alireza AmirSamimi's mind: Why not having a GUI wrapper for the great aria2 download engine which was only available through prompt wrapper aria2c?

  • This release, is the very first release available on project repository! By that time, Persepolis was just a simple GUI for aria2. You enter your links, it starts downloading; very simple application with no additional features.

  • Another important event in developing Persepolis was having its own site online, with special thanks to Sadegh Alirezaie. The site introduces the software and the installation method for various distros.

  • We are glad to announce that Persepolis can be run on MacOS (tested on Sierra), either with dependecies (like Linux) or completely standalone! The .app package will be available with next release.

  • By this time, We had released Persepolis 2.3. We've added Chrome integration, queues and more features to Persepolis and made it a better choice for users!

  • We are glad to announce that Persepolis 2.4 can be run on Windows. In addition to that, many new features are added and several bugs are squished. Also, user interface is improved, too!

Aria 2 download manager

I used to download the large files with wget because I can simplyresume the download tasks with -c option. This option will checkthe size of the output file, and download the rest of the file from the server.I can even restart the download task with a different URI. This featureis not available in many sophisticated download managers.

Aria2 download manager

Very simple download managerhttps://aria2.github.io/. I can even restart the download task with a different URI. This feature is not available in many sophisticated download managers. Recently, I came across Aria2, which is a command line download manager which supports lots of protocols, including HTTP, FTP, BitTorrents, and etc. Similar to wget, I can resume the download tasks without problems! 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. Aria2 is a lightweight multi-protocol and multi-source command-line download manager. Aria2 aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.

Recently, I came across Aria2, which is a command line download managerwhich supports lots of protocols, including HTTP, FTP, BitTorrents, and etc.Similar to wget, I can resume the download tasks without problems! Andthere are several features which are not available in wget:

  • Multiple tasks and scheduling
  • Split the download task and download the file in parallel
  • Web UI
  • ... and etc

In this post, I would like to give a brief introduction to Aria2.

Installation

Manager

Before we can start our discussion, we have to install Aria2 first.

To install Aria2 on Ubuntu (or Debian), run the following command:

Besides, check the file permission of your .netrc file. It should be600, i.e. only the owner can read or write the file. You can change thefile permission with following command:

Download Files with Aria2

Aria2 is similar to wget command line tool. We can simply downloadthe files with aria2c command:

For example, to download the Debian 7.8 minimal CD image:

We can specify the output file name with -o option:

To resume a download task, we can specify the -c option:

If we wish to download a file parallelly, we can try the -x option:

Aria 2 download manager torrent

Run Aria2 as a Daemon

If we wish to use Aria2 as a download manager, we should run Aria2 as adaemon.

To start the Aria2 daemon:

By default, Aria2 will perform 5 tasks at the same time, to change thenumber of concurrent download tasks, we can specify the -j option:

For example, to download the files sequentially:

After starting the Aria2 daemon, click here for the Aria2 Web UI. You canadd/remove the download tasks in the Aria2 Web UI.

Download

Control Daemon with aria2rpc

Aria2 Download Manager

Aria2 provides a command line tool, aria2rpc, to control the daemon.However, it is not installed by default.

To obtain aria2rpc, run the following command:

After these steps, move aria2rpc to your $PATH, so that wecan run aria2rpc directly.

Now, we can add a download task with:

Aria 2 Download Manager Mac

After adding a download task, an ID will be printed. We can remove a taskwith:

Aria 2 Download Manager Full

You may find more usages with: