Description
-
Determines number of seconds before user is disconnected
for inactivity.
Property type
-
An Integer value.
Syntax
-
object.Timeout [= value]
The Timeout Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodFTPD. |
| value |
An 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.
|