Skip to content

Instantly share code, notes, and snippets.

@amrza
Created April 21, 2018 15:50
Show Gist options
  • Star 23 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save amrza/f0534f0015c4e76a826baef8199ba6c3 to your computer and use it in GitHub Desktop.
Save amrza/f0534f0015c4e76a826baef8199ba6c3 to your computer and use it in GitHub Desktop.
Download List of files with aria2
#!/bin/sh
aria2c --dir=./ --input-file=urls.txt --max-concurrent-downloads=1 --connect-timeout=60 --max-connection-per-server=16 --split=16 --min-split-size=1M --human-readable=true --download-result=full --file-allocation=none
date
# Now create this file in the same directory and paste all urls in it: urls.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment