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
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