end() -(void)- Closes the connection to the server after any/all enqueued commands have been executed. destroy() -(void)- Closes the connection to the server immediately. list([<string>path, ][<boolean>useCompression, ]<function>callback) -(void)- Retrieves the directory listing ofpath....
Sessions are used to start interactive shells, execute commands, request X11 forwarding, etc. accept() returns a new Session instance. tcpip(< function >accept, < function >reject, < object >info) - Emitted when the client has requested an outbound (TCP) connection. accept() returns a new...
UIDs is a nested array. TODO Several things not yet implemented in no particular order: Support additional IMAP commands/extensions: NOTIFY (via NOTIFY extension -- RFC5465) STATUS addition to LIST (via LIST-STATUS extension -- RFC5819) QRESYNC (RFC5162)...
Because you want to send SSH commands over the TCP connection setup. Would it just be: conn.on('ready',function(){console.log('Connection :: ready');/// Use an outbound TCP connection to dest.host//conn.forwardOut('tunnel.dest',22,'dest.host',22,function(err,tunnelStream){if(err...
I am connecting to an FTPES (FTP through Explicit TLS/SSL) server. The connection and authentication seems to work, because if I change the login information I get the Login incorrect error, but any command (list, cwd, etc) times out: Er...
UIDs is a nested array. TODO Several things not yet implemented in no particular order: Support additional IMAP commands/extensions: NOTIFY (via NOTIFY extension -- RFC5465) STATUS addition to LIST (via LIST-STATUS extension -- RFC5819) QRESYNC (RFC5162)...
end() -(void)- Closes the connection to the server after any/all enqueued commands have been executed. destroy() -(void)- Closes the connection to the server immediately.