SFTP Object
 
Syntax
 
SFTP.HeartbeatMs As Long
 
Description
This is the number of milliseconds between each AbortCheck event callback. The AbortCheck callback allows an application to abort any SFTP operation prior to completion. If HeartbeatMs is 0 (the default), no AbortCheck event callbacks will fire.
 
See Also