Once in 4-5 months of daily transfers, we have an issue where both the server and the Core FTP LE client report successful transfer, but the file is truncated.
The following is what appears in the log:
226 Transfer complete. 6,165 bytes transferred. 6.02 KB/sec.
ANP.20151013070114.850.txt - 2924 bytes transferred in 0 seconds
Note the difference in sizes reported by the server and the client...
We use command line transfer as follows:
coreftp.exe -d ftp://user:pass@ftp01.xxxx.com/outbound/*.* -p D:\FTPDATA\ -B -pasv -OA -output ediftpd1.log -log ediftpd2.log -s -delsrc
Can this be avoided?
Thanks!