aria2 command line download manager

I love command line download manager my favourite manager till now is wget. But Aria2 is a powerful download manager which you should have in your toolkit.

It is a Multi-Connection download, lightweight, fully featured BitTorrent Client and can be controlled Remotely.

aria2 is really easy to use!!

Download from WEB:

1
$ aria2c http://example.org/mylinux.iso

Download from 2 sources:

1
$ aria2c http://a/f.iso ftp://b/f.iso

Download using 2 connections per host:

1
$ aria2c -x2 http://a/f.iso

BitTorrent:

1
$ aria2c http://example.org/mylinux.torrent

BitTorrent Magnet URI:

1
$ aria2c 'magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C'

Check out https://aria2.github.io/ for download and more information

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.