cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl: (23) Failed writing body

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 15 Nov 2001 09:31:23 +0100 (MET)

On Thu, 15 Nov 2001, Ben Holko wrote:

> My app works nicely on my current NT4 box, but when I try to move it to a
> Win2K machine, I get this response from curl:
>
> curl: (23) Failed writing body
>
> I'm doing:
>
> curl -o http://blah/test.gif -N C:\temp\test.gif

I don't think you do:

% curl -o http://blah/test.gif -N C:\temp\test.gif
curl: (6) Couldn't resolve host 'C'

Or do you happen to have a host named C?

> I tried making the IUSR_machinename user a member of the administrators
> group, but that didnt fix it - so I don't think it's a permissions
> problem.

Can you run 'curl blah' on a command prompt on the win2k machine?

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2001-11-15