Forked from mikedamoiseau/wget-download-ftp-recursive-folder
Created
December 2, 2015 13:39
-
-
Save jotapepinheiro/d4ebe4850f4c7a29a961 to your computer and use it in GitHub Desktop.
How to download a folder with all its content recursively using wget
This file contains hidden or 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
Use this command line: | |
wget -r -nH --cut-dirs=3 -nc --ftp-user=jfc-ftp --ask-password ftp://jfc.bitbakers-kunden.de//htdocs/wp-content/uploads | |
And give the password. Better to use --ask-password so that the password is not saved in the history of the bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment