Unit
ScSFTPClient
type
TScSFTPOperation = (opOpeningFile, opOpeningDir, opClosingHandle, opReadingFile, opReadingDir, opWritingFile, opRemovingFile, opRenamingFile, opMakingDirectory, opRemovingDirectory, opRetrievingFileAttrs, opSettingFileAttrs, opReadingLink, opCreatingLink, opRetrievingAbsolutePath, opBlocking, opUnBlocking, opTextSeek, opCheckingFile, opQueryingAvailableSpace, opQueryingUserDirectory, opRequestExtension, opCopyingRemoteFile, opUnknown);
Description
The TScSFTPOperation enumeration is used in the TScSFTPClient.OnSuccess and TScSFTPClient.OnError event handlers to determine the current operation.
See also