Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

martin

Re: Automation roadbump

Please read documentation. If that does not help, come back.
ScreechingHalt2213

Automation roadbump

Using WinSCP 4.2.3 on a Windows XP (SP3) machine.

Exceuting a batch file with the following statement in it:

C:\PROGRA~1\WinSCP\winscp.com /script=MyTextFile.txt > MyResultsFile.txt

MyTextFile.txt uses a stored session (setup as FTP SSL Explicit encryption).

Occassionally, it hangs. When I check MyResultsFile.txt, I'll find this message...

Error transferring file '/folderabc/xyz.csv'.
Transfer channel can't be opened. Reason: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Copying files from remote side failed.

Entering Passive Mode (69,20,41,39,193,238).
(A)bort, (R)etry, (S)kip, Ski(p) all:

So my problem is that this is automated and runs in the middle of the night...I'm guessing I need to tweak my stored session to (R)etry or (S)kip...but where and how?