wget downloading a single page when it should recurse

2003-10-17 Thread Philip Mateescu
Hi, I'm having a problem with wget 1.8.2 cygwin and I'm almost ready to swear it once worked... I'm trying to download the php manual off the web using this command: $ wget -nd -nH -r -np -p -k -S http://us4.php.net/manual/en/print/index.php Here's the result: --10:12:15-- http://us4.php.net

Re: wget downloading a single page when it should recurse

2003-10-17 Thread Philip Mateescu
a message. Thanks again! Aaron S. Hawley wrote: The HTML of those pages contains the meta-tag and Wget listened, and only downloaded the first page. Perhaps Wget should give a warning message that the file contained a meta-robots tag, so that people aren't quite so dumb-founded. /