Skip to content

Instantly share code, notes, and snippets.

@mrl22
Last active November 20, 2017 11:24
Show Gist options
  • Save mrl22/57992700342516d031c8fd8899299ed0 to your computer and use it in GitHub Desktop.
Save mrl22/57992700342516d031c8fd8899299ed0 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