okay, it looks like it is finding the page and getting a 200 back from HTTP, but then can't find the page. I've attached the log file per Allen's suggestion. And here is the command line call. wget -r -v -H -o logfile.log http://www.baxleys.org/test2.html I am running this on a Windows box if that makes any difference. The wget version is 1.8+cvs. I appreciate the help on this if you can make anything of it.
Nate Baxley Logfile.log --22:41:09-- http://www.baxleys.org/test2.html => `www.baxleys.org/test2.html' Resolving www.baxleys.org... done. Connecting to www.baxleys.org[66.78.8.167]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 259 [text/html] 0K 100% 252.93 KB/s 22:41:11 (252.93 KB/s) - `www.baxleys.org/test2.html' saved [259/259] Loading robots.txt; please ignore errors. --22:41:11-- http://www.baxleys.org/robots.txt => `www.baxleys.org/robots.txt' Reusing connection to www.baxleys.org:80. HTTP request sent, awaiting response... 404 Not Found 22:41:11 ERROR 404: Not Found. --22:41:11-- http://www.baxleys.org/noah/other_images.php?month_id=11&year_id=2001 => `www.baxleys.org/noah/other_images.php?month_id=11&year_id=2001' Connecting to www.baxleys.org[66.78.8.167]:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] www.baxleys.org/noah/other_images.php?month_id=11&year_id=2001: No such file or directory Cannot write to `www.baxleys.org/noah/other_images.php?month_id=11&year_id=2001' (No such file or directory). --22:41:12-- http://www.baxleys.org/test.html => `www.baxleys.org/test.html' Connecting to www.baxleys.org[66.78.8.167]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1,331 [text/html] 0K . 100% 1.27 MB/s 22:41:13 (1.27 MB/s) - `www.baxleys.org/test.html' saved [1331/1331] FINISHED --22:41:13-- Downloaded: 1,590 bytes in 2 files --- Hrvoje Niksic <[EMAIL PROTECTED]> wrote: > Nate Baxley <[EMAIL PROTECTED]> writes: > > > I'm trying to run wget on a dynamic site that has > parameters in the > > urls like this: > other_images.php?month_id=11&year_id=2001. These > > links seem to be completly ignored when I run > recursivly. Is there > > a parameter I'm missing, or is this just something > it can't handle? > > What Alan Eldridge said, plus two more points: > > * What version of Wget are you using? (Use `wget > -V' to find out.) > > * Can you give us the URL so we can test what goes > wrong and how? __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com
