Back to product page

Authentications enumeration


List of all authentication methods wodSFTP.NET can use to access the server.

Remarks

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

Possible values for Authentications:

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.

Platforms

Windows