Skip to content

Instantly share code, notes, and snippets.

@Den1al
Created February 6, 2022 12:14
Show Gist options
  • Save Den1al/fa2811a45a7ad5d060e3e646053d2638 to your computer and use it in GitHub Desktop.
Save Den1al/fa2811a45a7ad5d060e3e646053d2638 to your computer and use it in GitHub Desktop.
Use WGET to download all files recursively from a directory listing
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains <DOMAIN> \
--no-parent <URL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment