Previous | Next |
Returns the total number of bytes for all files currently transferred, including file header bytes or other non-data file information, such as redundancy bytes.
Syntax
NSFile.NumTotalBytesTransferred
Remarks
When forward error-correction (FEC) is used, the number of bytes transferred is larger than the file size. For example, if an FEC of 20 percent is used, the value of the NumTotalBytesTransferred property is approximately 20 percent to 40 percent larger than the file size.
This property is always available after a transfer has started.
Previous | Next |