Skip to content

Instantly share code, notes, and snippets.

@uranio-235
Created October 25, 2016 00:02
Show Gist options
  • Save uranio-235/7f60f7253f0a5fb13b18f286e6fccace to your computer and use it in GitHub Desktop.
Save uranio-235/7f60f7253f0a5fb13b18f286e6fccace to your computer and use it in GitHub Desktop.
# Format: 'protocol::agent'
DLAGENTS=('ftp::/usr/bin/wget --limit-rate 90K -c -O %o %u'
'http::/usr/bin/wget --limit-rate 90K -c -O %o %u'
'https::/usr/bin/wget --limit-rate 90K -c -O %o %u'
'rsync::/usr/bin/rsync --no-motd -z %u %o'
'scp::/usr/bin/scp -C %u %o')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment