Skip to content

Instantly share code, notes, and snippets.

@denji
Forked from ratazzi/gist:1273519
Created March 30, 2014 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denji/9880578 to your computer and use it in GitHub Desktop.
Save denji/9880578 to your computer and use it in GitHub Desktop.
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