aria2 static builds for GNU/Linux & Windows (with OpenSSL).
Go to file
2015-10-05 20:25:14 +02:00
builds first commit 2015-03-21 18:54:30 +01:00
certs Added CA-Certificates 2015-10-05 20:25:14 +02:00
scripts first commit 2015-03-21 18:54:30 +01:00
aria2.ico Added new icons 2015-10-05 20:24:15 +02:00
aria2.png Added new icons 2015-10-05 20:24:15 +02:00
README.md New README (README.md) 2015-10-05 20:22:13 +02:00

aria2 static builds for GNU/Linux & Windows

aria2 1.19.2 builds (with OpenSSL):

Note: To prevent the error with bcrypt.dll library, the SFTP support for Windows XP builds has been disabled.

How to install:

  • GNU/Linux instructions:

    • Open the terminal as root.
    • Type the command: tar jxvf aria2-1.19.2-linux-gnu-[arch]-build1.tar.bz2 -C /
    • Finally, change the permissions: chmod +x /usr/bin/aria2c
  • Windows instruccions:

    • Unzip the package with 7-zip or Winrar.
    • Copy the files to a folder. For example: C:\Program Files\aria2
    • Add the folder to PATH variable

CA Certificates on Windows (HTTPS):

To perform downloads using HTTPS, is necessary the ca-certificates. For default, Linux binaries read the certificates from /etc/ssl/certs/ca-certificates.crt, but with Windows binaries are necessary define the path of certificates.

You can define the path of the certificates permanently using aria2.conf located on C:\Users\<user>\.aria2\. If you use Windows XP, the file is located on C:\Documents and settings\<user>\.aria2\. For example, you just have to add the following line:

ca-certificate=C:\Program Files\aria2\certs\ca-certificates.crt

If you prefer load the certificates manually, you can use the following command:

C:\PATH\> aria2c --ca-certificate=<PATH-TO-CERTIFICATE> <URL>

Also, is possible disable the use of certificates with the following command:

C:\PATH\> aria2c --check-certificate=false <URL>

Used external libraries: