Other languages:


Have you found yourself, at times, trying to download a file, but the download is so slow? Trying to use Internet Download Manager on a public computer? There’s a free CLI (Command Line Interface) downloader tool called aria2:
How to use aria2 downloader:
- Download aria2 here
- Open up powershell or cmd in the extracted directory
- Type the command as in the picture below:


Explanation:
.\aria2c : if you’re using cmd simply omit the “.\”
Type the link, enclosed by quotes, then type the additional parameters : -s 16 and -x 16
-s : Download a file using N connections
-x : The maximum number of connections to one server for each download
You can download aria2 from https://aria2.github.io/
Latest posts:
This post is also available in id_ID.