On Mon, 4 Nov 2002, Richard Hayes wrote: > I want to move a website from one hosting company to another. > > Is there a Linux tool similar to webwacker?
Typically one would have a copy of the website somewhere local. However, that not being the case, a complete copy of a typical entirely static website can be obtained through the use of wget, specifically the -r option. This will not work if the site contains dynamic content, and I would be utterly astounded if there was any client-side tool which could take a server-useful copy of a dynamic website. -- ----------------------------------------------------------------------- #include <disclaimer.h> Matthew Palmer, Geek In Residence http://ieee.uow.edu.au/~mjp16 -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
