To mirror a web site for local viewing, you can use
wget --mirror --convert-links --html-extension --wait=2 -o log http://www.domain.com
–convert-links = After downloading, convert the links suitable for local viewing.
To mirror a web site for local viewing, you can use
wget --mirror --convert-links --html-extension --wait=2 -o log http://www.domain.com
–convert-links = After downloading, convert the links suitable for local viewing.
Leave a Reply