Recursive function does not work with -O

2007-06-08 Thread Gekko
wget -r http://murga-linux.com/puppy/index.php?f=11 -O - This returns the first page it downloads only, and does not continue to download the other links, while omitting the -O - allows the downloading to work. # wget --version GNU Wget 1.10.2 # uname -a Linux [domain removed] 2.6.18.1 #1 Thu

Re: Recursive function does not work with -O

2007-06-08 Thread Steven M. Schweda
From: Gekko [...] returns the first page it downloads only, and does not continue to download the other links, while omitting the -O - allows the downloading to work. That's right. In recursive HTTP operation, wget expects to read its own output files to find the links to follow. It's