Skip to content

Instantly share code, notes, and snippets.

@dhinakg
Last active March 22, 2024 17:28
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 dhinakg/cfd59338470c2cc166c6896ba00c3c50 to your computer and use it in GitHub Desktop.
Save dhinakg/cfd59338470c2cc166c6896ba00c3c50 to your computer and use it in GitHub Desktop.
aria2 cheat sheet

aria2 cheat sheet

  • -j: # of concurrent downloads
  • -s: connections to use per file
  • -x: maximum connections to one server for a file
  • --file-allocation=none: don't allocate disk space before downloading
  • --max-tries=N: retry N times (0 for infinite)
  • --retry-wait=N: wait for N secs before trying a failed connection again
  • --auto-file-renaming=false: don't redownload if already downloaded
  • --max-file-not-found=N: ignore 404s N times (0 for infinite)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment