FtpBatchTransferProgressEventArgs.CurrentFileLength Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 8.0.9673)
CurrentFileLength
Gets the length of the currently transferred file (or -1 if not available).
Declaration
public long CurrentFileLength { get; }
Property Value
| Type | Description |
|---|---|
| Int64 | File length. |