Currently executed operation of the multi-file transfer.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Enumeration ScpBatchTransferOperation
C#
public enum ScpBatchTransferOperation

Members

Member nameDescription
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 FrameworkDirectoryProcessingStarted
Directory processing was started.
Supported by the .NET Compact FrameworkDirectoryCreated
Directory was successfully created. If directory already exists, this event is not raised.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also