Re: Upload file with specific filename
WinSCP scripting can upload only the latest file (using
https://winscp.net/eng/docs/scriptcommand_put#latest
If you need to upload multiple latest files, you need to use a more powerful language.
You can combine these two scripts:
https://stackoverflow.com/q/29787005/850848#31501901
https://stackoverflow.com/q/49408964/850848#49431169
-latest
switch). But not two latest files.
https://winscp.net/eng/docs/scriptcommand_put#latest
If you need to upload multiple latest files, you need to use a more powerful language.
You can combine these two scripts:
https://stackoverflow.com/q/29787005/850848#31501901
https://stackoverflow.com/q/49408964/850848#49431169