Table of Contents

Constructor Sftp

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

Sftp(string, string, string)

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

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

Parameters

sftpHost string

The name of the host.

user string

The username.

password string

The password.

Sftp(string, string)

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

public Sftp(string sftpHost, string user)

Parameters

sftpHost string

The name of the host.

user string

The username.