On Mon, 2002-11-04 at 14:51, CaT wrote: > On Mon, Nov 04, 2002 at 02:44:43PM +1100, Richard Hayes wrote: > > Dear list, > > > > I want to move a website from one hosting company to another. > > > > Is there a Linux tool similar to webwacker? > > ie copies of the whole site > > wget. but forget about copying any cgi scripts or php/etc...
The -r option to wget will recurse through an ftp site as well. That should get you both static and dynamic content. -- Pete -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
