

- #Aria2 tutorial how to#
- #Aria2 tutorial install#
- #Aria2 tutorial full#
- #Aria2 tutorial iso#
- #Aria2 tutorial download#
#Aria2 tutorial download#
aria2 :Īlternatively ‘aria2’ can get a list of input URLs from a file and download them. Note: In case of any interruption, ‘area2’ saves the current file with the extension.
#Aria2 tutorial how to#
Press Ctrl-C again for emergency shutdown.Ġ3/22 10:09:26 Download GID#db0b08bf55d5908d not complete: /opt/owncloud-10.5.tar.bz2ĭb0b08|INPR| 3.3MiB/s|/opt/owncloud-10.5.tar.bz2Īria2 will resume download if the transfer is restarted.Ġ3/22 10:09:57 Download complete: /opt/owncloud-10.5.tar.bz2Ĩ73d08|OK | 1.9MiB/s|/opt/owncloud-10.5.tar.bz2ħ) How to Download Files in Bulk Using the aria2 Command Otherwise, when you download it again, it will start a new download and save it with a different file name (automatically appends”1″ to the file name). This is seen when you have any network connection issue or system issues. It will help you to resume the incomplete download from where it stopped and finish it off as usual.
#Aria2 tutorial iso#
Whenever you download a large file (eg ISO images), I advise you to add the -c option to the command. Here is an example to download a file from HTTP and FTP servers at the same time:Ġ3/22 10:25:54 Download complete: /opt/wget-1.17.tar.gzĠ3/22 10:25:59 Download complete: /opt/owncloud-10.5.tar.bz2ī52bb1|OK | 2.8MiB/s|/opt/wget-1.17.tar.gzĥ3533c|OK | 3.4MiB/s|/opt/owncloud-10.5.tar.bz2Ħ) How to Resume an Incomplete Download Using the aria2 Command The following command will download two files from the given links, and save them in the current directory, where you will find the information such as date, time, download speed and download progress while downloading the file. In our example below, we have limited the download size to 500K: # aria2c - max-download-limit= 500k Ġ3/22 09:54:51 Download complete: /opt/owncloud-10.5.tar.bz2ħf9fbf|OK | 462KiB/s|/opt/owncloud-10.5.tar.bz2ĥ) How to Download Multiple Files at Once Using the ‘aria2’ Command
#Aria2 tutorial full#
# aria2c -o owncloud.zip Ġ3/22 09:51:02 Download complete: /opt/owncloud.zipĤ) How to Limit Download Speed Using ‘aria2’ Commandīy default ‘aria2’ uses the full bandwidth to download a file, and if the Internet is slow you will not be able to parallelly use other functions on the server, so use the –max-download-limit option to avoid this issue. In our example below, we are going to save the file as owncloud.zip. =+=+=+=ĩ86c80|OK | 3.0MiB/s|/opt/owncloud-10.5.tar.bz2ģ) How to Save a File with a Different Name Using aria2 CommandĪ file can be saved with a different name and format when starting the download using the -o (lowercase) option.
#Aria2 tutorial install#
The ‘aria2’ command line download utility can be easily installed on all Linux distributions such as Debian, Ubuntu, Red Hat (RHEL), CentOS, Fedora, suse, openSUSE, and ArchLinux, from the official distribution repository.įor CentOS and RHEL systems you must enable the EPEL Repository in order to install the ‘aria2’ package.įor Fedora, RHEL 8 and CentOS 8 systems, use the DNF Command to install ‘aria2’:Ġ3/22 09:49:13 Download complete: /opt/owncloud-10.5.tar.bz2 Metalink version 3.0 support(HTTP/FTP/BitTorrent).Selective download in multi-file torrent.BitTorrent protocol support with fast extension.FTP through HTTP proxy(GET command or tunneling).Some GUI Download Manager also use aria2 as a plugin to improve the download speeds, such as Uget Download Manager. It can download a file from multiple sources/protocols and tries to utilize maximum download bandwidth.īy default all the Linux Distributions include ‘aria2’, so you can install it easily from the official repository.

‘aria2’ can be manipulated via built-in JSON-RPC and XML-RPC interfaces.Īria2 automatically checks chunks of the data when downloading a file. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. Aria2 is a free, open source, lightweight multi-protocol and multi-source command-line download application.
