cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl and deleting files from ftp server

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Mon, 16 May 2005 13:28:27 +0200 (CEST)

On Mon, 16 May 2005, lostsandman wrote:

> For some reason its taking lots of time to a delete a file compared to
> downloading it!

If so, then I don't understand your logs:

> (000007) 16/05/2005 10:48:00 - test (172.16.13.171)> LIST

The first thing you showed us in the log...

> (000007) 16/05/2005 10:48:00 - test (172.16.13.171)> 226 Transfer OK

... and this was the last line.

They're logged the _same_ second. How slow is that?

Besides, your session makes a whole lot of unncessary "CWD /" that your app
seems to force libcurl to do. I'd consider removing those if I were you.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-05-16