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

ScpClient() public method

Initializes a new instance of the SftpClient class.
is null.
public ScpClient ( ConnectionInfo connectionInfo ) : System
connectionInfo ConnectionInfo The connection info.
return System
        public ScpClient(ConnectionInfo connectionInfo)
            : this(connectionInfo, false)
        {
        }

Same methods

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