ComponentPro UltimateFtp

ComponentPro.IO.IRemoteFileSystem Properties

See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
For a list of all members of this type, see IRemoteFileSystem members.

Public Properties

NameDescription
Public PropertiesAsciiFileSearchConditionsGets or sets the list of ASCII file extensions.
Public PropertiesEncodingGets or sets the Encoding used to encode and decode command parameters and server responses.
Public PropertiesEncounteredFatalErrorGets a boolean value indicating whether the client object has encountered a fatal error.
Public PropertiesIsAuthenticatedGets a value indicating whether the session has already been authenticated.
Public PropertiesIsBusyGets a boolean value indicating whether the server is busy.
Public PropertiesIsConnectedGets a boolean value indicating whether the client is connected to the server.
Public PropertiesMaxDownloadSpeedGets or sets the maximum allowed download speed, in kilobytes. For unlimited speed, set this to zero.
Public PropertiesMaxUploadSpeedGets or sets the maximum allowed upload speed, in kilobytes. For unlimited speed, set this to zero.
Public PropertiesPathNormalizationGets or sets a boolean value indicating whether to normalize path before any file or directory operation.
Public PropertiesReconnectionFailureDelayGets or sets the delay in milliseconds between failed login attempts for reconnection during a multi-file operation.
Public PropertiesReconnectionMaxRetriesGets or sets the maximum number of retries for reconnection.
Public PropertiesServerNameGets the server name.
Public PropertiesServerPortGets the port number.
Public PropertiesStateGets the current state of the remote file system.
Public PropertiesTimeoutGets 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.
Public PropertiesTransferTypeGets or sets the data transfer type.
Public PropertiesUserNameGets the user name.
Top

See Also