Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

serjdag

Re: Reconnect in case of "Timeout detected. (control connection)"

martin wrote:

Yes, just retry the Session.Open, if it fails.


Thanks Martin! I have added 'try' right before Session.Open and put it again after catch.
Worked two days without issues.

Thanks!
martin

Re: Reconnect in case of "Timeout detected. (control connection)"

Yes, just retry the Session.Open, if it fails.
serjdag

Reconnect in case of "Timeout detected. (control connection)"

Hello,

I'm working on PS script to automate FTP task. FTP session starts every 5 min.
Few times a day I got "Timeout detected. (control connection)" message in log when trying to connect FTP server.

Is it possible to retry connection in case of such connection problem?

Thank you.