IP*Works! SSH V9 - Online Help
IP*Works! SSH V9
Questions / Feedback?

SSHLogon Method

Logon to the SSHHost using the current SSHUser and SSHPassword .

Syntax

[VB.NET]
Public Sub SSHLogon(ByVal SSHHost As String, ByVal SSHPort As Integer)
[C#]
public void SSHLogon(string SSHHost, int SSHPort);

Remarks

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) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0