Currently executed operation of the multi-file transfer.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Enumeration SftpBatchTransferOperation |
C# |
---|
public enum SftpBatchTransferOperation |
Members
Member name | Description | |
---|---|---|
HierarchyRetrievalStarted |
Retrieving of the file system hierarchy was started.
| |
HierarchyRetrieved |
Retrieving of the file system hierarchy was successfully completed.
| |
HierarchyRetrievalFailed |
Retrieving of the file system hierarchy failed or operation was canceled by user.
| |
FileProcessingStarted |
Processing of a file was started.
| |
FileTransferStarting |
File transfer is starting.
| |
FileTransferred |
File was successfully transferred.
| |
FileSkipped |
File was skipped.
| |
FileProcessingFailed |
File transfer failed or the operation was canceled by user.
| |
DirectoryProcessingStarted |
Directory processing was started.
| |
DirectoryCreated |
Directory was successfully created. If directory already exists, this event is not raised.
| |
DirectorySkipped |
Directory was skipped.
| |
DirectoryProcessingFailed |
Creation of directory failed or the operation was canceled by user.
| |
FileDeleted |
File was successfully deleted.
| |
DirectoryDeleted |
Directory was successfully deleted.
| |
DirectoryRetrievalStarted |
Retrieval of the particular directory hierarchy was started.
| |
DirectoryRetrieved |
Retrieval of the particular directory hierarchy was successfully completed.
| |
DirectoryRetrievalSkipped |
Retrieval of the particular directory hierarchy was skipped (no files or subdirectories of the directory are to be processed).
| |
DirectoryRetrievalFailed |
Retrieval of the particular directory hierarchy failed or operation was canceled.
|