Back to product page

Timeout property


Determines number of seconds before user is disconnected for inactivity.

Type

An Integer value.

Syntax

  • Basic
object.Timeout [= value]
The Timeout(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFTPD.
valueAn Integer value.

Remarks

Timeout value specifies how many seconds must pass without any activity between the client and wodFTPD server before wodFTPD will disconnect user due to inactivity. Autodisconnection is a measure of protection so there are no 'ghost' connections made between server and any open connections. If you don't want autodisconnections to occur, set Timeout property to 0.

Timeout can be changed at any time, and it will immediately affect all connected users.

Platforms

Windows