Back to product page

AuthenticationsEnum enumeration


This list shows all methods of authentication supported by wodSFTP. The Default is authPassword to preserve backward compatibility with older versions of wodSFTP. authBoth applies to Password and Pubkey.

authSecurID is new from version 1.0.2. It is provided AS IS since there is no official document that describes this type of authentication. authGSSAPI is provided in version 3.4.0

wodSFTP also supports the Keyboard-Interactive authentication method. It will be cause the LoginChallenge event to fire which provides you with server's Challenge - where you must enter a Response. If you don't do anything in this event, the content of the Password property will be used as response. Keyboard-Interactive authentication is used also when Authentication is set to authPassword.

Remarks

Possible values for AuthenticationsEnum:

Constant Value Description
authBoth 0 Use both authentications
authPassword 1 Use password authentication
authPubkey 2 Use public key authentication
authSecurID 3 Use SecurID token authentication
authKeyboardInteractive 4 Use KeyboardInteractive authentication
authGSSAPI 5 Use Kerberos GSS authentication

Platforms

Windows