STAYALIVE Specify time-out to maintain FTP site connection |
Top Previous Next |
This command is not valid when connecting a secure SSH site.
This script command specifies a time-out value of 30 or greater, in seconds, used to maintain a connection with an FTP site through periods of inactivity.
Typical FTP sites will terminate a session after 300 seconds of inactivity. If you wish to maintain a connection, specify a non-zero time-out with this command and Robo-FTP will send an FTP NOOP (no operation) command at the specified interval to maintain a connection with an FTP site. To disable the stay alive timer, set [ timeout ] to zero.
The stay alive time-out is disabled (i.e., set to 0) by default and is not supported in SFTP mode.
Consider the following example in which the stay alive time-out is set to 60 seconds.
STAYALIVE 60
Note Robo-FTP sends the FTP ‘NOOP’ command to the server to maintain the connection. Not all servers permit or may be configured to refuse ‘NOOP’, so STAYALIVE may not operate on some servers.
|