Back to product page

Timeout property


Timeout value, in seconds.

Type

An Integer value. Specified in seconds.

Syntax

  • Basic
object.Timeout [= value]
The Timeout(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodSFTP.
valueAn 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.

Platforms

Windows