Hi,
When I use Ftp.GetFile() method, it looks like the method first invokes GetFileLength to know the remote file length.
In my case, GetFileLength fails because LIST is not allowed on the server, and I can feed the remote size because I know it.
So everytime I donwload, I got a Permission Denied on server size and a wasteful network call.
Is there a way to prevent GetFileLength call when calling GetFile ?
Regards,