Pascal Craponne
Pascal Craponne
No it's not about explicit or implicit, it's about `SslProtocols` that you can force to have the values you need: ``` csharp namespace System.Security.Authentication { [Flags] public enum SslProtocols {...
I'm sorry to read that, I think there is something I misunderstood in FTPES protocol, because I had the same error on some servers (and had to disable tests for...
Any progress on this?
I guess that's a progress... How can I help?
Hi Zach, What FTP server do you use?
This may be a great product, however I couldn't even getting it started (because the setup is a great piece of garbage, and yes, I'm pissed). So I won't be...
Version 1.11 (just released) uses lazy initialization on `FtpStream`, this means they can be used only if their `Validated()` method was invoked. Does this fix the problem (because it may...
Ahem... Let's get back to original problem here 😣 @zharris6 : is it fixed? Can we close this issue?
OK, let's keep this issue open, then.
Well... That's a good open question :smile: This FTP assembly does not handle proxy servers directly (SOCKS, HTTP connect...). Instead you need to plug you own library in order to...