Name | Description | |
---|---|---|
![]() | AsciiFileSearchConditions | Gets or sets the list of ASCII file extensions. |
![]() | Encoding | Gets or sets the Encoding used to encode and decode command parameters and server responses. |
![]() | EncounteredFatalError | Gets a boolean value indicating whether the client object has encountered a fatal error. |
![]() | IsAuthenticated | Gets a value indicating whether the session has already been authenticated. |
![]() | IsBusy | Gets a boolean value indicating whether the server is busy. |
![]() | IsConnected | Gets a boolean value indicating whether the client is connected to the server. |
![]() | MaxDownloadSpeed | Gets or sets the maximum allowed download speed, in kilobytes. For unlimited speed, set this to zero. |
![]() | MaxUploadSpeed | Gets or sets the maximum allowed upload speed, in kilobytes. For unlimited speed, set this to zero. |
![]() | PathNormalization | Gets or sets a boolean value indicating whether to normalize path before any file or directory operation. |
![]() | ReconnectionFailureDelay | Gets or sets the delay in milliseconds between failed login attempts for reconnection during a multi-file operation. |
![]() | ReconnectionMaxRetries | Gets or sets the maximum number of retries for reconnection. |
![]() | ServerName | Gets the server name. |
![]() | ServerPort | Gets the port number. |
![]() | State | Gets the current state of the remote file system. |
![]() | Timeout | Gets or sets a value, in milliseconds, indicating after what period an operation (sending commands, waiting for responses or time between data buffer transfers) should timeout. |
![]() | TransferType | Gets or sets the data transfer type. |
![]() | UserName | Gets the user name. |