Skip to content

Instantly share code, notes, and snippets.

View tatemz's full-sized avatar

Tate Barber tatemz

View GitHub Profile
@tatemz
tatemz / easy_transfer.sh
Last active August 29, 2015 14:01
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/