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