cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl library's uninitialization is got hang

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 28 Aug 2014 09:10:56 +0200 (CEST)

On Thu, 28 Aug 2014, shine wrote:

> As per your suggestion i moved to curl 0.7.37.1 version

I guess you mean 7.37.1.

> 0000: CWD phase2
> 08_28_2014_07:00:07
> <= Recv header, 0000000033 bytes (0x00000021)
> 0000: 550 Failed to change directory.
> 08_28_2014_07:00:07
> => Send header, 0000000012 bytes (0x0000000c)
> 0000: MKD phase2
> 08_28_2014_07:00:08
> <= Recv header, 0000000040 bytes (0x00000028)
> 0000: 550 Create directory operation failed.
>
> Can you tell me what are the possible reason for this error.

You clearly specified a directory that doesn't previously exist and you've
asked libcurl to create it then but as you can see the creation of the
directory fails as well.

You're either using the wrong path or you have the wrong permissions on the
server. This is not a problem with libcurl.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2014-08-28