Robin Rodricks
Robin Rodricks
@Jlarson06 good work debugging this, did you find out the part of the code that caused this issue in newer versions?
We don't recommend using the low level `OpenRead`, can you try with `Download` or `DownloadFile` please?
Please send full logs in order for us to debug. Read the FAQ on how to print or save logs to a file.
When you use FileZilla does it work? Can you do this to verify and also paste the FileZilla logs here so I can compare what it does different?
Okay use another client but paste the FTP logs so we can compare with our library.
@molekamp Amazing that you two have a similar error and thanks for debugging this use case. I will try to support ASCII transfers for the high level APIs too.
@JWcodeDev Can you try this beta version, which has new properties (`UploadDataType`, `DownloadDataType`) that control usage of the ASCII/Binary mode with the high level API. - [FluentFTP_17.5.3_BETA1.zip](https://we.tl/nqemC2snq3) Specifically in your...
@fschwengsbier Not sure why intellisense recommends it. By design of the original author, the library first tries EPSV then passive then gives up. Not sure why its not working in...
Fixed one of the causes of this issue in the latest : https://www.nuget.org/packages/FluentFTP/27.1.4 There were unnecessary TimeoutExceptions being thrown AFTER the file was fully uploaded/downloaded. These are now absorbed and...
Thanks a ton @aliquid for fixing this long standing issue. Gone live with 29.0.0. @JWcodeDev @molekamp @greydmar @fschwengsbier All are suggested to grab the latest version and see if it...