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.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.