Re: .NET Get the current connection
Finding out what version of TLC is used is very different problem than what you have asked originally. You can find that in the session log only.
But instead, you can make WinSCP not allow older versions of TLS:
But if you want a secure connection, you cannot set
But instead, you can make WinSCP not allow older versions of TLS:
FTPCon.AddRawSettings("MinTlsVersion", "13")
But if you want a secure connection, you cannot set
GiveUpSecurityAndAcceptAnyTlsHostCertificate = True
in the first place!