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

SecureFTPConnectionPreferredKeyExchangeMethods Property

[SFTP/SCP Only] Preferred key exchange methods to use

Definition

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

Property Value

SSHKeyExchangeMethod

Remarks

This property applies to SFTP/SCP only. Use the Protocol property to select the protocol.

The default is generally appropriate in most situations.

See Also