Use the first command to test and the second to delete:

sudo find /tmp/ -type f -name 'ftpfile_*' -mtime +2 -exec ls -ltr {} \;
sudo find /tmp/ -type f -name 'ftpfile*' -mtime +2 -exec rm -rf {} \;
Facebooktwitterredditpinterestlinkedinmail