Last active
August 29, 2015 14:01
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget -rv -nc --timeout=15 --random-wait password="SomeSecurePassword" ftp://[email protected]/path/to/webdir/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment