|
Is there anyway to delete a file on another web site using php. If I have the ftp user and password can I send a command to delete file on another domain. What I need to do is grab the stat file from 1,000 domains and then delete that stat file so it can start building new stats from scratch each 24 hours. I suppose I could place a php on the domain that I could call up that file and have it delete the file, but that means I would have to place 1,000 php files, one on each domain.
Anyone have any ideas on how to make this happen. Is there any sort of ftp program that could be actived by cron job that could do this?
|