Skip to content

Aria2 static binaries for GNU/Linux with some powerful feature patches.

License

Notifications You must be signed in to change notification settings

kirbyloco/Aria2-Pro-Core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aria2 Pro Core

LICENSE GitHub All Releases GitHub Stars GitHub forks GitHub Workflow Status

Aria2 static binaries for GNU/Linux with some powerful feature patches.

GitHub release (latest by date)

Changes

  • option max-connection-per-server: change maximum value to
  • option min-split-size: change minimum value to 1K
  • option piece-length: change minimum value to 1K
  • download: retry on slow speed (lowest-speed-limit) and connection close
  • download: add option retry-on-400 to retry on http 400 bad request, which only effective if retry-wait > 0
  • download: add option retry-on-403 to retry on http 403 forbidden, which only effective if retry-wait > 0
  • download: add option retry-on-406 to retry on http 406 not acceptable, which only effective if retry-wait > 0
  • download: add option retry-on-unknown to retry on unknown status code, which only effective if retry-wait > 0
  • Auto Ban Bad Peers: EX. Thunder

Installing

Manual installation

wget https://github.com/kirbyloco/Aria2-Pro-Core/releases/latest/download/aria2-static-linux-amd64.tar.gz
tar zxf aria2-static-linux-amd64.tar.gz
sudo mv aria2c /usr/local/bin

Uninstall

sudo rm -f /usr/local/bin/aria2c

Aria2

Used external libraries

Credits

Licence

GPLv3

About

Aria2 static binaries for GNU/Linux with some powerful feature patches.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 100.0%