Next Good high-speed download tool for Linux, aria2

Source: Internet
Author: User

Aria2 is next in Linux.High-speed download Tool
. Because it has a multipart Download engine, it supports
To download the same file. In this way, the download speed of files is greatly accelerated. Aria2
The resumable upload function allows you to resume interrupted file downloads at any time. In addition to the general HTTP (s) and FTP protocols, aria2 also supports
BitTorrent protocol. This means you can also use aria2 to download torrent files.

Install aria2

Aria2 is currently included in many Linux distributions, so you can install it directly through the system you use. For example, in Debian/Ubuntu
You can run the following command on the terminal to install aria2:

sudo apt-get install aria2

How to Use aria2


Aria2 is a command line
Program, easy to use.

  • Generally, you only need to append an address after the command to download an object using aria2. For example, we download Ubuntu
    For example:

    aria2c http://www.mirror.tw/pub/ubuntu
    /releases/jaunty/ubuntu
    -9.04-desktop-i386.iso
  • Multipart download uses the multipart download feature of aria2 to speed up object download, which is particularly useful for downloading large objects. To use the multipart download function of aria2, you must specify the s option in the command. For example:
    aria2c -s 2 http://www.mirror.tw/pub/ubuntu
    /releases/jaunty/ubuntu
    -9.04-desktop-i386.iso

    This will use two connections to download the file. The parameter value after S is between 1 ~ 5, you can choose according to the actual situation.

  • You can use the C option in the command to resume resumable upload. For example:
    aria2c -c http://www.mirror.tw/pub/ubuntu
    /releases/jaunty/ubuntu
    -9.04-desktop-i386.iso
  • You can also use aria2 to download BitTorrent files. For example:
    aria2c -o gutsy.torrent http://cdimage.ubuntu
    .com/daily-live/current/gutsy-desktop-i386.iso.torrent

For more information about aria2, see man aria2c.
Development homepage: aria2

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.