ok so I have implemented the script here
https://winscp.net/eng/docs/script_download_timestamped_filename
Which works very well. I have windows scheduler running it daily to a remote server. How do I get this to work with multiple files in the same script?
I have a remote directory with 20 files and I want to automatically download them all running 1 script. While downloading I want to append a timestamp to the file name as the script above does for a single file.