Return the number of milliseconds elapsed during a data
transfer.
Syntax
object.TransferTime
The object is an expression that evaluates to a FileTransfer
object. The property returns a long integer value.
Remarks
The TransferTime property returns the number of
milliseconds that have elapsed since the data connection was opened
on the remote server. If the property is read while a transfer is
ongoing, it returns the elapsed time. If the property is read after
the transfer is complete, it returns the total number of
milliseconds it took to transfer the data. This property is reset
to 0 at the beginning of every file transfer or file listing.
Data Type
Integer
See Also
TransferBytes Property,
OnProgress Event
|