SFTP Object
 
Syntax
 
SFTP.SendIgnore() As Long
 
Description
Sends an IGNORE message to the SSH server. This is one way of verifying that the connection to the SSH server is open and valid. The SSH server does not respond to an IGNORE message. It simply ignores it. IGNORE messages are not associated with a channel (i.e., you do not need to first open a channel prior to sending an IGNORE message).
 
Returns 1 for success, 0 for failure.
 
See Also