SFTP Object
 
Syntax
 
SFTP.IdleTimeoutMs As Long
 
Description
Causes SFTP operations to fail when progress for sending or receiving data halts for more than this number of milliseconds. Setting IdleTimeoutMs = 0 allows the application to wait indefinitely. The default value of this property is 30000 (which equals 30 seconds).
 
See Also