Table of Contents

Method Connect

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

Connect()

Connects with the server on the default port (22).

public virtual void Connect()

Connect(int)

Connects with the server on the specified port.

public virtual void Connect(int tcpPort)

Parameters

tcpPort int

The port to connect to.

Exceptions

JSchException