3

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?

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992
Ahmet Arslan
  • 5,380
  • 2
  • 33
  • 35

1 Answers1

3

Yes, it does.

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

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992