SFTP.Encryptions Enumeration

List of all authentications supported by wodSFTP.NET.

[Visual Basic]
Public Enum SFTP.Authentications
[C#]
public enum SFTP.Authentications

Members

Member NameDescription
None Try to authenticate with no password/key.
Password Use password authentication (default).
PublicKey Use public key authentication.
Both Try both password and public key authentications.

Remarks

Authentication is set through Authentication property before Connect method is issued.
 

Requirements

Namespace: WeOnlyDo.Client Namespace

Assembly: WeOnlyDo.Client.SFTP.dll

See Also

WeOnlyDo.Client Namespace