SSHStatus Event
Shows the progress of the secure connection.
Syntax
sftpserver.on('SSHStatus', [callback])
Callback
The 'callback' is called when the 'SSHStatus' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.connectionId e.message
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.