cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problems with GetFile

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 13 Dec 2001 09:32:34 +0100 (MET)

On Thu, 13 Dec 2001, Giorgos Poulis wrote:

> in the first case i list the files of the directory and then i retrieve the
> file, and it comes with zero length. in the second case i only attempt to
> get the file, and the files is received normaly. I am using Curl-7.9.1
> under AIX operating system

(We did remove a few FTP bugs in the 7.9.2 release. I don't know if this
particular problem may have been addressed, but I'd advice an upgrade...)

Do you have a callback that receives the data? If so, are you saying that the
callback isn't called even once in this case?

Would you be capable of using a debugger and setting a breakpoint somewhere
in transfer.c:Transfer() to see why it doesn't receive any data?

Or, could you provide a full source to a small program that makes this happen
so that we (I or someone else) can compile it, test it and debug it?

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2001-12-13