how to use the wget command to copy whole website to local

Waldemar Villamayor-Venialbo wvenialbo at gmail.com
Wed Sep 26 02:33:27 UTC 2012


Hi,

Try this:

wget --recursive --page-requisites --convert-links --no-parent
--domains ocw.mit.edu --no-check-certificate --continue
"http://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/"

it always worked for me, just replacethe <domain> and the <url>

Best regards

Waldemar


More information about the users mailing list