PDA

View Full Version : Website sucker for Linux


Diamond
25th December 2005, 07:13 PM
One of the most useful tools in Microsoft Frontpage is the ability to suck webpages, graphics and all, into folders on your harddisk and then you can edit them, and then publish them onto the web.

Is there a tool which does this same thing on Linux?

Terry
25th December 2005, 07:18 PM
wget -r url

kevin
3rd January 2006, 12:50 PM
curl can do this too, but i think wget is better. Mac OS X uses curl by default, but wget is available from fink.

Also I think there are firefox extensions to do this too.