Skip to content

Instantly share code, notes, and snippets.

@epcim
Created October 20, 2015 09:01
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 epcim/04bc222811e196a31e74 to your computer and use it in GitHub Desktop.
Save epcim/04bc222811e196a31e74 to your computer and use it in GitHub Desktop.
#!/bin/sh
# aria2c ftp download script
aria2c -j10 -s5 --ftp-user alice@foo.com --ftp-passwd PASSWORD --ftp-pasv=false -i $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment