ScpBatchTransferProgressEventArgs.CurrentFileLength Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9147)
CurrentFileLength
Gets the length of the currently transferred file.
This value is only valid for File
Declaration
public long CurrentFileLength { get; }
Property Value
Type | Description |
---|---|
Int64 | File length. |