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

davidmartin123

Re: Retry connection to ftp server?

martin wrote:

WinSCP should retry on its own. Supposing you use reasonably recent version. If it does not, please attach a full log file showing that (using the latest version of WinSCP).

I agree with you as it's the only way to resolve this problem.
martin

Re: Retry connection to ftp server?

WinSCP should retry on its own. Supposing you use reasonably recent version. If it does not, please attach a full log file showing that (using the latest version of WinSCP).
jcsweat

Retry connection to ftp server?

I'm trying to write a VBScript for this. I would like to try the connection to the FTP server again in the even it times out. I would like to try it a few times before ending the script. Does Winscp have a class or method that I can pass a number of times to retry the connection? Or do I just need to incorporate a while loop into the script to try the connection multiple times? How can I best achieve what I'm trying to do?

Thank all...