SftpClient PropertiesSSH .NET Client Library Documentation
The SftpClient type exposes the following members.
Properties

  NameDescription
Public propertyBufferSize
Gets or sets the size of the buffer.
Public propertyConnectionInfo
Gets the connection info.
(Inherited from BaseClient.)
Public propertyIsConnected
Gets a value indicating whether this client is connected to the server.
(Inherited from BaseClient.)
Public propertyKeepAliveInterval
Gets or sets the keep alive interval in seconds.
(Inherited from BaseClient.)
Public propertyOperationTimeout
Gets or sets the operation timeout.
Public propertyProtocolVersion
Gets sftp protocol version.
Protected propertySession
Gets current session.
(Inherited from BaseClient.)
Public propertyWorkingDirectory
Gets remote working directory.
Back to Top
See Also