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