Skip to content

Instantly share code, notes, and snippets.

@isogram
Created February 13, 2016 19:26
Show Gist options
  • Save isogram/9caa0ee0e75698b53346 to your computer and use it in GitHub Desktop.
Save isogram/9caa0ee0e75698b53346 to your computer and use it in GitHub Desktop.
aria2c command sample

Multiple torrent file download and sent it to background process

aria2c -j5 --max-upload-limit=2K file_1.torrent file_2.torrent file_3.torrent file_4.torrent file_5.torrent > aria2c.log 2>&1 &

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment