Initializes a new instance of the SftpClient class.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public ScpClient( ConnectionInfo connectionInfo )
Parameters
- connectionInfo
- Type: Renci.SshNet ConnectionInfo
The connection info.
Exceptions
| Exception | Condition |
|---|---|
| connectionInfo is null. |
See Also