Renci.SshNet.ScpClient.ScpClient C# (CSharp) Method

ScpClient() private method

private ScpClient ( string host, int port, string username ) : System
host string
port int
username string
return System
        public ScpClient(string host, int port, string username, params PrivateKeyFile[] keyFiles)
            : this(new PrivateKeyConnectionInfo(host, port, username, keyFiles), true)
        {
        }

Same methods

ScpClient::ScpClient ( ConnectionInfo connectionInfo ) : System
ScpClient::ScpClient ( ConnectionInfo connectionInfo, bool ownsConnectionInfo ) : System
ScpClient::ScpClient ( ConnectionInfo connectionInfo, bool ownsConnectionInfo, IServiceFactory serviceFactory ) : System
ScpClient::ScpClient ( string host, int port, string username, string password ) : System
ScpClient::ScpClient ( string host, string username ) : System
ScpClient::ScpClient ( string host, string username, string password ) : System