FanDjango
FanDjango
@Adhara3 I am reusing the same connection to download multiple files. I have NOOP **disabled** because I have encountered the problems you have described (Stale Data problems). Since I do...
> Could it be that "TLS session resumption" is not handled? I think this could definitely be right, but I am not sure. See issue #236 I wanted to chime...
I can reproduce this error. I do not believe it has anything to do with vsftpd specifically. The `ReadToEnd()` is the culprit. Both netstreams and sslstreams **do not support** positioning...
Can you show me the error message describing the missing dependency?
> With version 39 of Fluent FTP, I had no problems with my project. Ok > When upgrading to version 40.0, the "Microsoft.Extensions.Logging.Abstractions" dependency was also installed. That was to...
Examine your .proj files: Perhaps you still have remnants of 6.0.0.2 in there?
Just want to inform you: 1. I have an application that uses FluentFTP. I have Nuget installed "Microsoft.Extensions.Logging.Abstractions" 6.0.1 which works fine. I upgraded it to 6.0.2 just now, works...
> I have an application that uses FluentFTP. I have Nuget installed "Microsoft.Extensions.Logging.Abstractions" 6.0.1 which works fine. I upgraded it to 6.0.2 just now, works fine. **Oops my bad.** Once...
Ok. Using this information about the binding redirects from @jnyrup I have gone and looked at my app.config in the project folder: I needed to modify it, because the following...
Installing V41 has not exhibited this problem, so the `app.config` cleanup has effectively "fixed" the discrepancies.