Download site with wget

#!/bin/sh
 
cd $1
wget \
	     --recursive \
	          --no-clobber \
		       --page-requisites \
		            --html-extension \
			         --convert-links \
				      --restrict-file-names=windows \
				           --domains $2 \
					        --no-parent \
						$3
howto/download_site_with_wget.txt · Last modified: 2022/01/03 16:03 by 127.0.0.1
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0