wodSFTP ActiveX Control - Timeout Property
      
 

Description

Timeout value, in seconds.


Property type

An Integer value.  Specified in seconds.


Syntax

object.Timeout [= value]



The Timeout Property syntax has these parts:

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

Remarks

The Timeout value specifies how many seconds must pass without any activity between wodSFTP and the remote server before wodSFTP will auto-disconnect. Auto-disconnection is a measure of protection so there are no 'ghost' connections made between you and the remote server. If you don't want Auto-disconnection to occur, set Timeout to 0.

Timeout can be changed during the lifetime of a connection. You should not set it below 120 (2 minutes) if you are on slow network connection.