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 name | Description | |
|---|---|---|
| FileProcessingStarted |
Processing of a file was started.
| |
| FileTransferStarting |
File transfer is starting.
| |
| FileTransferred |
File was successfully transferred.
| |
| DirectoryProcessingStarted |
Directory processing was started.
| |
| DirectoryCreated |
Directory was successfully created. If directory already exists, this event is not raised.
|