Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jotapepinheiro/d4ebe4850f4c7a29a961 to your computer and use it in GitHub Desktop.
Save jotapepinheiro/d4ebe4850f4c7a29a961 to your computer and use it in GitHub Desktop.
How to download a folder with all its content recursively using wget
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