Back to product page

AuthenticationsEnum Enumeration


This list shows all methods of authentication supported by wodSFTP.

Remarks

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.3. It is provided AS IS since there is no official document that describes this type of authentication.

wodSFTP also supports the keyboard-interactive authentication method. This will cause the LoginChallenge callback to be called providing you with the server's Challenge - to which you must enter a Response. If you don't do anything in this callback, the contents of the Password property will be used as a response. KeyboardInteractive authentication is also used when Authentication is set to authPassword.

Members

Constant Value Description
authBoth0 Use both authentication methods.
authPassword 1 Use password authentication.
authPubkey2 Use public key authentication.
authSecurID 3 Use SecurID token authentication.
authKeyboardInteractive4 Use KeyboardInteractive authentication.
authGSSAPI 5 Use KeyboardInteractive authentication.

Platforms

Windows