Created
October 29, 2014 14:57
-
-
Save techgaun/c6212655a268deda4298 to your computer and use it in GitHub Desktop.
wget as a ftp client
This file contains 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
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