Skip to content

Instantly share code, notes, and snippets.

@hook-s3c
Created October 5, 2018 03:37
Show Gist options
  • Select an option

  • Save hook-s3c/8cf6d3373e822c9aa7252b5c19e4da9c to your computer and use it in GitHub Desktop.

Select an option

Save hook-s3c/8cf6d3373e822c9aa7252b5c19e4da9c to your computer and use it in GitHub Desktop.
wget open folder download
wget -r -np -m -e robots=off --timeout=1 --tries=3 --retry-connrefused http://domain.tld
@hook-s3c

hook-s3c commented Oct 5, 2018

Copy link
Copy Markdown
Author

-r recursive
-np no-parent (don't ascend to the parent directory)
-m mirror (shortcut for -N -r -l inf --no-remove-listing)
-e execute ( execute a `.wgetrc'-style command)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment