Skip to content

Instantly share code, notes, and snippets.

@Link-
Created March 21, 2015 20:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Link-/44e66d1efe0194b57672 to your computer and use it in GitHub Desktop.
Save Link-/44e66d1efe0194b57672 to your computer and use it in GitHub Desktop.
wget magic
# Download all files from a given online directory
# into the a local directory without mirroring the
# folder structure
wget -A <accepted only extensions> -r -l <levels of depth> -nd http://domain.com/folder/
wget -R <all except X> -r -l <levels of depth> -n http://domain.com/folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment