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