SFTP Object
 
Syntax
 
SFTP.PasswordChangeRequested As Long  (read-only)
 
Description
Set by the AuthenticatePw and AuthenticatePwPk methods. If the authenticate method returns a failed status, and this property is set to 1, then it indicates the server requested a password change. In this case, re-call the authenticate method, but provide both the old and new passwords in the following format, where vertical bar characters encapsulate the old and new passwords:
 
See Also