IFTPConnectionEvents::OnTransferProgress

Hello,

From SmartFTP Lib Help: "The event is fired every 500 ms."
Is it possible set up the fire event time to other value, for example - 100 ms?

Regards,
Nikolai Egipko

No.


No.

May be add new property to IFTPConnection?

If it's important for you we can implement it. Just out of curiosity why do you need a lower interval? It causes more overhead (Events are sent through OLE) which usually doesn't bring any benefits.

-Mat

Implemented in 1.5.8.9
IFTPConnection: Added TransferProgressEventInterval property.
Default: 1000 (ms)

Please let me know if it works.

Thanks
-Mat