How to get files older than specific date using fluent FTP c#?
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.