Table of Contents

Constructor SshTransferProtocolBase

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

SshTransferProtocolBase(string, string, string)

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

public SshTransferProtocolBase(string host, string user, string password)

Parameters

host string

The host.

user string

The username.

password string

The password.

SshTransferProtocolBase(string, string)

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

public SshTransferProtocolBase(string host, string user)

Parameters

host string

The host.

user string

The username.