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: A loop in WinSCP script

WinSCP does not support with directly. But you can make the loop in a batch file (or other scripting language).
sak2104

A loop in WinSCP script

Hello,

I learned how to use scripting in WinSCP and it works fine. However, for my application, I need to retrieve files from remote server every 5 sec. Basically, I need a loop:

while not done
get filename
pause
next

- from scripting commands you listed on the website I don't see how I can do this. Is there any way?

thank you!

Sergei