edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHSCPClientClientPrivateKeyFile Property

Path of the private key file used to authenticate the client

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public string ClientPrivateKeyFile { get; set; }

Property Value

String
Path of the private key file used to authenticate the client.

Remarks

This property must be set before a connection with the server is made. The SFTP server must have been set up with the corresponding public key before this authentication method is used. For this property to be used, AuthenticationMethod must be set to KeyboardInteractive.

See Also