This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FTPC Problem with >100KB files

Hi,
We are trying to use the ftpc example to download a 150KB file of a FTP server based on Linux and VSFTPD.
While the file size is under 100KB all work's fine, when instead of that, the file size is more big, the transaction fails and ftpc inform this log:

"4593.62 FTPC-ERR:Client stop, Socket aborted
FTP: Failed, unspecified protocol error"

The initial number are incremental with the download retry's.

We are trying to debug the problem, the file is downloaded correctly but the ftpc don't send the QUIT command to the server, the time between the finish of the download and the error message is the same to be setting in "FTPC Timeout".

Of the point of view of the "FTP Server" the transaction end´s fine, but FTPC report's a error and my function retry the download again.

Any ideas?

HJS