Table of Contents

Constructor Scp

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

Scp(string, string, string)

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

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

Parameters

host string

The host.

user string

The username.

password string

The password.

Scp(string, string)

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

public Scp(string host, string user)

Parameters

host string

The host.

user string

The username.