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 nameDescription
Supported by the .NET Compact FrameworkHierarchyRetrievalStarted
Retrieving of the file system hierarchy was started.
Supported by the .NET Compact FrameworkHierarchyRetrieved
Retrieving of the file system hierarchy was successfully completed.
Supported by the .NET Compact FrameworkHierarchyRetrievalFailed
Retrieving of the file system hierarchy failed or operation was canceled by user.
Supported by the .NET Compact FrameworkFileProcessingStarted
Processing of a file was started.
Supported by the .NET Compact FrameworkFileTransferStarting
File transfer is starting.
Supported by the .NET Compact FrameworkFileTransferred
File was successfully transferred.
Supported by the .NET Compact FrameworkFileSkipped
File was skipped.
Supported by the .NET Compact FrameworkFileProcessingFailed
File transfer failed or the operation was canceled by user.
Supported by the .NET Compact FrameworkDirectoryProcessingStarted
Directory processing was started.
Supported by the .NET Compact FrameworkDirectoryCreated
Directory was successfully created. If directory already exists, this event is not raised.
Supported by the .NET Compact FrameworkDirectorySkipped
Directory was skipped.
Supported by the .NET Compact FrameworkDirectoryProcessingFailed
Creation of directory failed or the operation was canceled by user.
Supported by the .NET Compact FrameworkFileDeleted
File was successfully deleted.
Supported by the .NET Compact FrameworkDirectoryDeleted
Directory was successfully deleted.
Supported by the .NET Compact FrameworkDirectoryRetrievalStarted
Retrieval of the particular directory hierarchy was started.
Supported by the .NET Compact FrameworkDirectoryRetrieved
Retrieval of the particular directory hierarchy was successfully completed.
Supported by the .NET Compact FrameworkDirectoryRetrievalSkipped
Retrieval of the particular directory hierarchy was skipped (no files or subdirectories of the directory are to be processed).
Supported by the .NET Compact FrameworkDirectoryRetrievalFailed
Retrieval of the particular directory hierarchy failed or operation was canceled.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also