FtpBatchTransferProgressEventArgs.CurrentFileLength Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
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. |