aria2 merupakan download manager multifungsi. aria2 bisa mendownload http/https, torrent, magnet, dll. Walaupun pengoperasiaanya menggunakan command line, aria2 sangat mudah digunakan. Cara instalasi sangat mudah karena sudah di sertakan di sebagian besar distro Linux.
Fedora/CentOS

yum install aria2

Debian/Ubuntu

apt-get install aria2

Beberapa contoh disertakan dibawah ini
Download FTP

aria2c ftp://debian.mirror.iweb.ca/debian-cd/7.8.0-live/source/tar/debian-live-7.8.0-source-gnome-desktop.debian.tar

Download HTTP/HTTPS

aria2c http://kambing.ui.ac.id/iso/fedora/21/Live/x86_64/Fedora-Live-Xfce-x86_64-21-5.iso

Download beberapa file sekaligus

aria2c ftp://debian.mirror.iweb.ca/debian-cd/7.8.0-live/source/tar/debian-live-7.8.0-source-gnome-desktop.debian.tar http://kambing.ui.ac.id/iso/fedora/21/Live/x86_64/Fedora-Live-Xfce-x86_64-21-5.iso

Untuk melanjutkan (resume) file yang sebelumnya sudah di download tapi belum selesai tambahkan -c

aria2c -c http://kambing.ui.ac.id/iso/fedora/21/Live/x86_64/Fedora-Live-Xfce-x86_64-21-5.iso

mendownload beberapa file dari list link url, contoh file yang akan di download ada di file.list, tiap link dibuat 1 baris

// file.list
http://example.com/debian.iso
http://example.com/debian2.iso
http://example.com/debian3.iso
http://example.com/debian4.iso
ftp://example.com/debian.iso

perintahnya

aria2c -i f.list

Download torrent/magnet link

aria2c http://example.com/film.torrent
aria2c magnet:?xt=urn:btih:POOOO.....

atau lewat file .torrent yang sudah di download

aria2c film.torrent

Untuk memaksimalkan kecepatan download tambahkan -x 16 setelah aria2c.

Leave a comment

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