EDI Integrator 2016 macOS Edition
EDI Integrator 2016 macOS Edition
Questions / Feedback?

SSHLogon (method)

Logon to the SSHHost using the current SSHUser and SSHPassword .

- (void)SSHLogon:(NSString*)SSHHost :(int)SSHPort

Discussion

Logon to the SSH server using the current SSHUser and SSHPassword. This will perform the SSH handshake and authentication.

Example (Logging On)


SSHClient.SSHUser = "username"
SSHClient.SSHPassword = "password"
SSHClient.SSHLogon("sshHost", sshPort)

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 macOS Edition - Version 16.0 [Build 7240]