SftpTransferProgressChangedEventArgs.CurrentFileBytesTotal Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 8.0.9673)
CurrentFileBytesTotal
Gets the total number of bytes to be transferred during the transfer of the current file. Inherited from TransferProgressChangedEventArgs.
Declaration
public long CurrentFileBytesTotal { get; }
Property Value
| Type | Description |
|---|---|
| Int64 | The number of bytes to be transferred. |