Skip to content

Instantly share code, notes, and snippets.

@willgarcia
Last active August 29, 2015 14:02
Show Gist options
  • Save willgarcia/ddb4e02657da61b502c0 to your computer and use it in GitHub Desktop.
Save willgarcia/ddb4e02657da61b502c0 to your computer and use it in GitHub Desktop.
recursive wget from an http folder
wget -r --no-parent --user=user --password=pass --reject "index.html*" http://mysite.com/uploads/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment