Skip to content

Instantly share code, notes, and snippets.

@ratazzi
Created October 9, 2011 10:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ratazzi/1273519 to your computer and use it in GitHub Desktop.
Save ratazzi/1273519 to your computer and use it in GitHub Desktop.
aria2c
aria2c \
--continue=true \
--log=/home/ratazzi/aria.log \
--log-level=warn \
--seed-time=0 \
--file-allocation=none \
--human-readable=false \
--allow-overwrite=true \
--always-resume=true \
--bt-hash-check-seed=false \
--max-tries=3 \
--max-concurrent-downloads=8 \
--max-connection-per-server=3 \
--dir=/home/ratazzi \
--out=test.zip \
http://example.com/test.zip \
--torrent-file=/home/ratazzi/test.torrent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment