Programming with FTP OLE Automation
KeepAlive property
Syntax |
Object.KeepAlive |
Data type |
Boolean |
Returns (first syntax line) or specifies (second syntax line) whether a keep alive command is sent to the server at timed intervals to prevent the server from closing the connection due to inactivity.
The KeepAliveInterval property determines the number of seconds to wait between transmissions of keep alive commands.
The default value is False.
None