Re: Help with Automated Transfer/Synchronize
If you want to just download the latest file from some folder to a fixed name in a local folder, do:
See https://winscp.net/eng/docs/script_download_most_recent_file
For scheduling, see https://winscp.net/eng/docs/guide_schedule
get -latest /remote/path/* C:\local\path\Example_file.csv
See https://winscp.net/eng/docs/script_download_most_recent_file
For scheduling, see https://winscp.net/eng/docs/guide_schedule