Jump to content

script to auto delete? ftp?


mobilekid

Recommended Posts

You want to use a CRON job if available on the server and instead of using PHP I would use the server to right a bash script (if Linux). Or a vbs script if windows and run that to clear the FTP.

 

If it must be done with PHP you would need to use CRON for Linux and Scheduled Task for Windows to do the action and link to a script you created in php that does the above and run it.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.