wodSFTP ActiveX Control - TransferTime Property
      
 

Description

Returns time needed to transfer current or previous file.


Property type

A Long value. Specifies elapsed time, in seconds.


Syntax

object.TransferTime



The TransferTime Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSFTP.
value A Long value.

Remarks

TransferTime returns number of seconds since current file transfer has started, or total number of seconds of previous file transfer, if there are no transfers in progress anymore. You can use it in Done event to show basic information about the transfer, together with transfer speed in TransferRate property.