SftpTransferProgressChangedEventArgs.FilesProcessed Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9313)
FilesProcessed
Gets the number of files that were already processed (either transferred or skipped). Inherited from TransferProgressChangedEventArgs.
Declaration
public int FilesProcessed { get; }
Property Value
| Type | Description | 
|---|---|
| Int32 | Number of files.  |