The SftpClient type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| BufferSize |
Gets or sets the size of the buffer.
| |
| ConnectionInfo |
Gets the connection info.
(Inherited from BaseClient.) | |
| IsConnected |
Gets a value indicating whether this client is connected to the server.
(Inherited from BaseClient.) | |
| KeepAliveInterval |
Gets or sets the keep alive interval in seconds.
(Inherited from BaseClient.) | |
| OperationTimeout |
Gets or sets the operation timeout.
| |
| ProtocolVersion |
Gets sftp protocol version.
| |
| Session |
Gets current session.
(Inherited from BaseClient.) | |
| WorkingDirectory |
Gets remote working directory.
|
See Also