How to delete files on remote with specified date

Hi all,

I want to delete files on remote with specified date.
It is like execution command 'find -mtime -exec rm {};

Could you please tell me how to do it?

Use filters:

Test with --dry-run first and make sure it's doing what you want.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.