iGraphics Basic Pleskian Nov 3, 2018 #1 How to remove zip files in specific folder in my hosting by cron job? I want to remove zip files in specific folder every day at 5:00PM
How to remove zip files in specific folder in my hosting by cron job? I want to remove zip files in specific folder every day at 5:00PM
H Heppi75 Basic Pleskian Nov 5, 2018 #2 There are many ways to handle this. With PHP, Python, Bash Script - call the script by cron and the script should handle the deletion for you.
There are many ways to handle this. With PHP, Python, Bash Script - call the script by cron and the script should handle the deletion for you.
Bitpalast Plesk addicted! Plesk Guru Nov 5, 2018 #3 The most simple solution is probably to run a command like rm -R -f /<path-to-files>/<filename-pattern>
The most simple solution is probably to run a command like rm -R -f /<path-to-files>/<filename-pattern>