I want to delete older files in an FTP directory using FluentFTP. Currently, I can get all the files in the directory using the GetListing method, check their modified dates, and delete the files accordingly.
I’m looking to see if there are better options for searching for files older than x days.