GithubHelp home page GithubHelp logo

mlzboy / aria2-static-builds Goto Github PK

View Code? Open in Web Editor NEW

This project forked from q3aql/aria2-static-builds

1.0 2.0 0.0 93.05 MB

aria2 static builds for GNU/Linux & Windows (with OpenSSL).

Home Page: https://aria2.github.io/

Shell 100.00%

aria2-static-builds's Introduction

aria2 static builds for GNU/Linux & Windows

aria2 1.33.1 builds (with OpenSSL):

Note: The error with bcrypt.dll library on Windows XP has been fixed.

How to install:

  • GNU/Linux instructions:

    • Open the terminal.
    • Type the command: tar jxvf aria2-1.33.1-linux-gnu-[arch]-build1.tar.bz2
    • Change the directory: cd aria2-1.33.1-linux-gnu-[arch]-build1
    • Finally, install the static binary (as root): make install
  • 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:

External links:

aria2-static-builds's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.