ScpBatchTransferProgressEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9147)
Provides data for the Batch
Syntax
public class ScpBatchTransferProgressEventArgs : EventArgs
Inherited Members
Properties
Name | Description |
---|---|
Bytes |
Gets the number of bytes that were already successfully transferred. |
Current |
Gets the length of the currently transferred file.
This value is only valid for File |
Current |
Gets the last modification time of the currently transferred file.
This value is only valid for File |
Files |
Gets the number of files that were already processed (either transferred or skipped). |
Files |
Gets the number of files that were already successfully transferred. |
Local |
Gets the path of the local file or directory which is currently processed. |
Operation | Gets the currently executed suboperation of the multi-file transfer operation. |
Remote |
Gets the path of the remote file or directory which is currently processed. |
State | Gets the transfer state. |