Table of Contents

Constructor SshBase

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

SshBase(string, string, string)

Initializes a new instance of the SshBase class using the host, username and password.

public SshBase(string sftpHost, string user, string password)

Parameters

sftpHost string

The host to connect to.

user string

The username.

password string

The password.

SshBase(string, string)

Initializes a new instance of the SshBase class using the host and username.

public SshBase(string sftpHost, string user)

Parameters

sftpHost string

The host to connect to.

user string

The username.