MyKeySoftMK

Results 42 comments of MyKeySoftMK

> Can you try this version with `AutoConnect` @JosHuybrighs @MyKeySoftMK [FluentFTP.39.2.2-BETA1.zip](https://github.com/robinrodricks/FluentFTP/files/9335015/FluentFTP.39.2.2-BETA1.zip) Sorry - no connection possible - same as before

> @MyKeySoftMK check your email, you should get a message from github about possible next steps. @robinrodricks Thanks - I have do this steps - please confirm it

> I made some fixes to AutoConnect. > > It's using TLS1.2 as of now, and the connection is working. > > Is this ok or do you want TLS...

Thanks for upload. I try to use this new Version. When I use `AutoConnect` then I have following error: `FTPS security could not be established on the server. The certificate...

> Maybe on your FTP account its forcing FTPS or TLS 1.3 and with mine its not? You and I use the same Account

Now I traying following: I make a new .NET6 Console Application. In the startup/Main-Method i put only the code for tracing an connecting. Nothing else as FluentFtp 3.9.0 is dependency...

> `Die angeforderte Funktion wird nicht unterstützt.` And they come from `DirectCast(ex, FluentFTP.FtpInvalidCertificateException).InnerException.InnerException.Message`

> Does this work? [FluentFTP.39.3.1-BETA2.zip](https://github.com/robinrodricks/FluentFTP/files/9339004/FluentFTP.39.3.1-BETA2.zip) They didn´t work - sorry I have download your code and set as reference to my small test app (only one funtion: use autoconnect). When...

Here is my application Configuration ``` Exe MYKEY.FxCore.FluentFtp net6.0-windows AnyCPU;x64;x86 ``` The exexption will come up in `\Streams\FtpSocketStream.cs` in line 1128: `m_sslStream.AuthenticateAsClientAsync(targethost, clientCerts, sslProtocols, Client.ValidateCertificateRevocation).Wait();` `Win32Exception: Die angeforderte Funktion wird...

Following exeption: ` FTPS security could not be established on the server. The certificate was not accepted.` The log is: AutoConnect() AutoDetect(True, False) Connect() Status: Connecting to ***:21 Response: 220...