The Sftp type exposes the following members.

Properties

  Name Description
Public property Configuration
SSH connection configuration.
Public property CurrentVersion
The current protocol version.
Public property Debug
The client debug flag.
Public property DebugStream
The debug stream.
Public property DownloadingBufferSize
The downloading buffer size in bytes. Set to 0 for adaptive buffer size.
Public property HostKeys
Gets SSH host keys for further use.
Public property Hostname
The target server hostname.
Public property Interrupted
The current transfer state.
Public property IsConnected
Checks if the client is currently connected to the server.
Public property LicenseKey
License key.
Public property LineTerminator
Line terminator for text mode transfer.
Public property LocalDir
The local directory.
Public property Parameters
SSH parameters.
Public property Password
The current user password.
Public property Port
The target server port.
Public property PrivateKey
The current user key file.
Public property ReaderEncoding
Gets or sets the reader character encoding.
Public property RemoteDir
The remote directory.
Public property TargetVersion
The preffered protocol version.
Public property Timeout
The connection timeout defined in milliseconds.
Public property UploadingBufferSize
The uploading buffer size in bytes. Set to 0 for adaptive buffer size.
Public property UseAdaptiveConnect
Adaptive connection flag. If true adaptive connection will be taken in use.
Public property Username
The current username.
Public property WriterEncoding
Gets or sets the writer character encoding.

See Also