Hi, I have a .NET batch process that retrieves PDF files from ftp. I'm using ChilkatDotNet2 (FTP2) version 9.5.0.66. This doesn't happen all the time but once in a while the method GetRemoteFileBinaryData returns a file content length of 0. However the PDF clearly is not empty. I've basically been stopping and rerunning the process and suddenly it will work again. Anyone experience this same issue?
Dim FileContent As Byte() FileContent = Ftp.GetRemoteFileBinaryData(fileName)