SFTP Object
 
Syntax
 
SFTP.AuthenticateSecPwPk(username As ChilkatSecureString, password As ChilkatSecureString, privateKey As ChilkatSshKey) As Long
 
Description
The same as AuthenticatePwPk, but the login and password are passed in secure string objects.
 
Returns 1 for success, 0 for failure.
 
See Also