Skip to content

Instantly share code, notes, and snippets.

@techgaun
Created October 29, 2014 14:57
Show Gist options
  • Save techgaun/c6212655a268deda4298 to your computer and use it in GitHub Desktop.
Save techgaun/c6212655a268deda4298 to your computer and use it in GitHub Desktop.
wget as a ftp client
wget -r -nH -m --ftp-user=<ftp_user> --ftp-password=<ftp_pwd> ftp://<ftp_server>/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment