Skip to content

Instantly share code, notes, and snippets.

@tatemz
Last active August 29, 2015 14:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatemz/1c54a324f56d18dde465 to your computer and use it in GitHub Desktop.
Save tatemz/1c54a324f56d18dde465 to your computer and use it in GitHub Desktop.
This is an easy way to transfer files with wget via ftp protocol.
#!/bin/bash
wget -rv -nc --timeout=15 --random-wait password="SomeSecurePassword" ftp://username@domain.com/path/to/webdir/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment