Constructor Sftp
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
Sftp(string, string)
Initializes a new instance of the Sftp class using the host name and username.
public Sftp(string sftpHost, string user)