More probably the usual (sigh) file system unusuable character problem (
'?' in this case ). I can;t do it now, try something like
wget -O out.html
http://www.baxleys.org/noah/other_images.php?month_id=11&year_id=2001
(mind the wrap)
if you can download that url directly without going through test2.html.
If the page is saved correctly in out.html the problem is indeed the
file system problem.
Heiko

-- 
-- PREVINET S.p.A.            [EMAIL PROTECTED]
-- Via Ferretto, 1            ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY

> -----Original Message-----
> From: Alan Eldridge [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 18, 2001 3:05 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: parameters in the URL
> 
> 
> On Tue, Dec 18, 2001 at 05:55:17AM -0800, Nate Baxley wrote:
> >okay, it looks like it is finding the page and getting
> >a 200 back from HTTP, but then can't find the page. 
> 
> I don't think that's what it's saying at all. Read on...
> 
> >--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).
> 
> That's a local error. The (f)open on the output failed with 
> errno set to
> ENOENT. 
> 
> This could still be a wget problem, if somehow it got 
> confused and managed
> to miss out a mkdir call.
> 
> Guess next step is to run it with debugging compiled in and turned on.
> 
> -- 
> Alan Eldridge
> Just another $THING hacker.
> 

Reply via email to