On Sun, Jun 24, 2001 at 03:08:28AM -0500, Balbir Thomas wrote: > How can one download a group of webpages hyperlinked by cgi scripts (rather > than > simple hrefs) . Note - wget chokes on this, in the sense it downloads some of > the cgi forms itself, instead of querrying the server and obtaining the page. > Is > there any other program like wget ?
Learn some perl and use LWP.pm to roll your own. Check out www.stonehenge.com for some good tutorials on this subject. Cheers, Joost