TransferBytes Property

Return the number of bytes transferred from the remote server.

Syntax

object.TransferBytes

The object is an expression that evaluates to a FileTransfer object. The property returns a long integer value.

Remarks

The TransferBytes property returns the number of bytes that have been copied to or from the remote server. If this property is read while a transfer is ongoing, the property returns the number of bytes that have been copied up to that point. If read after a transfer has completed, the total number of bytes copied is returned. This property is reset to 0 at the beginning of every file transfer or file listing.

Data Type

Integer

See Also

TransferTime Property, OnProgress Event


Copyright © 2008 Catalyst Development Corporation. All rights reserved.