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

ScpClient() public method

Initializes a new instance of the SftpClient class.
is null. is invalid, or is null or contains only whitespace characters.
public ScpClient ( string host, string username, string password ) : System
host string Connection host.
username string Authentication username.
password string Authentication password.
return System
        public ScpClient(string host, string username, string password)
            : this(host, ConnectionInfo.DefaultPort, username, password)
        {
        }

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 ) : System
ScpClient::ScpClient ( string host, int port, string username, string password ) : System
ScpClient::ScpClient ( string host, string username ) : System