Skip to content

Instantly share code, notes, and snippets.

View impeeza's full-sized avatar
💭
Switching a lot

impeeza impeeza

💭
Switching a lot
View GitHub Profile
@vielhuber
vielhuber / bash.sh
Last active August 21, 2025 03:20
wget download fetch mirror scrape leech entire website locally for offline support (httrack alternative) #linux #tools
# primary
wget --mirror -p --html-extension --convert-links http://www.test.de
# alternative
wget -r --no-parent http://www.test.de
# advanced
wget --page-requisites --span-hosts --convert-links --adjust-extension --wait 1 --recursive --level 1 https://www.test.de
# recursively download ftp contents (only changes)