Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mr-aleks/db8e1696dd09a8d9d2e5cd1815c66a08 to your computer and use it in GitHub Desktop.
Save mr-aleks/db8e1696dd09a8d9d2e5cd1815c66a08 to your computer and use it in GitHub Desktop.
Download all files from website using wget (+encoding)
#!/bin/zsh
wget -m -p -E -k -K -np --restrict-file-names=nocontrol http://site/path/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment