Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does WinSCP .NET assembly support implicit TLS/SSL with client certificate authentication for FTPS?

Windows WinSCP application version 5.8.1 beta seems to support TLS/SSL client certificate authentication with implicit TLS/SSL for FTP.

I wonder if WinSCP .NET assembly (dll version of WinSCP) supports this type of authentication?

like image 869
Ahmet Arslan Avatar asked Nov 23 '25 17:11

Ahmet Arslan


1 Answers

Yes, it does.

Use the SessionOptions.TlsClientCertificatePath to specify a full path to TLS/SSL client certificate.

like image 183
Martin Prikryl Avatar answered Nov 25 '25 09:11

Martin Prikryl