|
Bradley21 Beginner
Joined: 08 Jan 2016 Posts: 16
|
Posted: Thu Jan 21, 2016 7:38 pm
FTP timeout |
Is there a way to keep my ftp connection from timing out? If I don't do anything with it for a few minutes, and then go back to do something, I get an error message and have to close out my session and re-open it to use it again.
|
|
|
|
Llohr Apprentice
Joined: 17 May 2005 Posts: 108
|
Posted: Fri Jan 22, 2016 12:21 pm |
Can you do a simple #con to reconnect? Is there some command you could send on a regular basis that wouldn't have any real effect? Perhaps something like:
Code: |
#alarm Anti_Timeout {120} {#FTP dir} |
To just request the directory list every couple of minute? I don't yet have CMUDPro, so I've never messed with FTP. |
|
|
|
|
|