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
We continued with the tests, and we discover a little interesting thing.
The error appear when the ftp server has sent more than 100 data messages and try to close the ftp session.
Any ideas? HJS