Hello,
Please The files not deleted after last download
I want the files after last download , 45 days , deleted from my hard drives
I set 45 days in ( Expire files # days after last download ) in Site Settings
But, There are files from 7/2008 , 0 download , not deleted
Please, I want to delete these files after 45 days from last download
I wait your reply
Thanks
XFileSharing Pro - The files not deleted !!
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
There's special CRONtab section in cPanel.
Or if you have SSH root access you can type in console: "crontab -e" and edit cron file, add line like this:
only replace "/var/www/cgi-bin" with your actual path to cgi-bin.
Or if you have SSH root access you can type in console: "crontab -e" and edit cron file, add line like this:
Code: Select all
0 * * * * cd /var/www/cgi-bin;./cron.pl >/dev/null 2>&1