I am new to Automise so this may have a simple answer:
We connect to an FTP site (read-only) and the data is provided to is in the format: FRED_MMDDYY.CSV
So the files in the FTP directory look like:
FRED_042212.CSV
FRED_042112.CSV
I want to download only the latest file. Is there a way to do this? Or should I try to get read/write access and script a deletion after the file is downloaded?