Skip to content

Instantly share code, notes, and snippets.

@quend
Created June 15, 2015 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quend/2d9296e58a918c5d4ed1 to your computer and use it in GitHub Desktop.
Save quend/2d9296e58a918c5d4ed1 to your computer and use it in GitHub Desktop.
recursive wget
download all files recursively from an apache hosted url - starting at the file specified
wget -r -np -nH –cut-dirs=3 -R index.html http://hostname/aaa/bbb/ccc/ddd/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment