Hi, using SecureFTPConnection after a number of hours, a "Protocol Registration Timeout" exception was thrown. I had set the properties of the SFTP connection on the program load event, thinking it I could run the app into infinity after that. I have to use the app to sweep the SFTP directories every 5 minutes looking for changes.
Is this timeout on our end and can be reset? or is this a security issue set by the site's admin?
Should I just create and set a new instance of the SecureFTPConnection every 5 minutes?
thanks. T