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