You should enter a value here before calling the Connect
method if password authentication is used (as it is by
default).
If the wrong login/password
combination is provided to the remote server, an error will be
generated.
If your server requires the keyboard-interactive authentication method, you
should set the Authentication
property to AuthPassword. wodSFTP
will try to authenticate first with the password and then using the
keyboard-interactive method. If the keyboard-interactive method
requires more than one challenge-response string to be
sent, wodSFTP will send the contents of the Password property
line-by-line. This means that if you expect more than one requests, you should
specify several lines of responses and put them all
together in the Password property.
The Bufsize variable should contain the maximum data length
that can be stored in the Buffer variable. If you set Bufsize =
0, then the function will return with error
ERROR_INSUFFICIENT_BUFFER and Bufsize will contain the required
buffer size.