Quantcast
Channel: Chilkat Forum - latest questions
Viewing all articles
Browse latest Browse all 1061

GetRemoteFileBinaryData returns 0 file content length

$
0
0

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)


Viewing all articles
Browse latest Browse all 1061

Trending Articles