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

martin

Re: script_download_timestamped_filename

Just repeat the get command for every file you want to download.
Tony C

script_download_timestamped_filename

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.