Hi.
When using FTP SSL, how can I know which version of TLS was finally negotiated by FTPS?
Best regards.
BooKyung Oh. OpenBoxLab Inc.
Use Ftp object's TlsSocket.Cipher.Protocol property:
Ftp
TlsSocket.Cipher.Protocol
var ftp = new Ftp(); ftp.Connect("test.rebex.net", SslMode.Explicit); Console.WriteLine(ftp.TlsSocket.Cipher.Protocol);
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.