Skip to content

Instantly share code, notes, and snippets.

@brendonexus
Forked from mrl22/ftp-mirror.sh
Created November 20, 2017 11:24
Show Gist options
  • Save brendonexus/b48672a217380c84616064d8a4169a25 to your computer and use it in GitHub Desktop.
Save brendonexus/b48672a217380c84616064d8a4169a25 to your computer and use it in GitHub Desktop.
Download entire website from FTP
USER=""
PASS=""
HOST=""
wget -m -nH ftp://$USER:$PASS@$HOST/public_html/ -P public_html --cut-dirs=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment