Difference between revisions of "Aria2"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Utility {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|aria2}} |{{#vardefine:url|https://github.com/aria2/aria2}} <!--CONFIGURATION: OPTI...")
 
 
Line 26: Line 26:
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
 
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
 +
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
 +
  
 
<!--Configuration-->
 
<!--Configuration-->

Latest revision as of 14:05, 17 September 2020

Description

aria2 website  

aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, SFTP, BitTorrent, and Metalink. aria2 can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. It supports downloading a file from HTTP(S)/FTP/SFTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP/SFTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.`

Environment Modules

Run module spider aria2 to find out what environment modules are available for this application.

System Variables

  • HPC_ARIA2_DIR - installation directory
  • HPC_ARIA2_BIN - executable directory
  • HPC_ARIA2_DOC - documentation directory