SFTP Object
 
Syntax
 
SFTP.AuthenticatePw(login As String, password As String) As Long
 
Description
Authenticates with the SSH server using a login and password.
An SFTP session always begins by first calling Connect to connect to the SSH server, then calling either AuthenticatePw or AuthenticatePk to login, and finally calling InitializeSftp.
Important: When reporting problems, please send the full contents of the LastErrorText property to support@chilkatsoft.com.
 
Note: To learn about how to handle password change requests, see the PasswordChangeRequested property (above).
 
Returns 1 for success, 0 for failure.
 
See Also