Dynamic File names

I am trying to download a group of files via the scheduler every day, the kicker is that the name of the files is changing every day. The program that uploads the files to the ftp site doesn't overwrite the files from the previous day, it simply adds an integer onto the end of the file name so that the file name for each file for each day is unique.

My question is, is there some way to configure the scheduler to pick up the latest version of the files each day?

Thanks.

Schedule to download the parent folder and to skip existing files. This way, only the most recent file gets downloaded (if you have all previous files locally already).


Schedule to download the parent folder and to skip existing files. This way, only the most recent file gets downloaded (if you have all previous files locally already).

I'll give that a shot.

Thanks.