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