Programming with FTP OLE Automation
KeepAliveInterval property
Syntax |
Object.KeepAliveInterval |
Data type |
Long |
Returns (first syntax line) or specifies (second syntax line) the number of seconds the Client waits between transmissions of keep alive commands. The keep alive commands prevent the server from closing the connection due to inactivity.
Note: This setting is used only when KeepAlive is set to True. If KeepAlive is set to False, this setting is ignored.
The default value is 300.
None