Wget - mirror remote webserver: Difference between revisions

From Skytech
Jump to navigation Jump to search
(Created page with "= Mirroring a remote webservice with wget = <pre> wget -mk -w 20 http://www.example.com/ </pre> Would mirror everything from example.com and -k would ensure it is making link...")
(No difference)

Revision as of 08:45, 25 July 2013

Mirroring a remote webservice with wget

wget -mk -w 20 http://www.example.com/

Would mirror everything from example.com and -k would ensure it is making links pointing relative on localmachine instead of absolute path to remote server.