I need to block "scriptname.php" from being uploaded or renamed on the server via FTP for security. Does anyone know how to do this in proftp?
Cheers
cPanel.net Support Ticket Number: NA
I need to block "scriptname.php" from being uploaded or renamed on the server via FTP for security. Does anyone know how to do this in proftp?
Cheers
cPanel.net Support Ticket Number: NA
Is this just for one account or for all accounts?
cPanel.net Support Ticket Number:
The rest of those who have gone before us cannot steady the unrest of those to follow.
Server wide for a temp period of time
cPanel.net Support Ticket Number:
I don't think that you can do that with pro or pure. However you can create a cron to run every 5 minutes to remove files with x name.cPanel.net Support Ticket Number:Code:find /home -type f -name filename.php -exec rm -f {} \;
The rest of those who have gone before us cannot steady the unrest of those to follow.
I've done that at the moment, but every 24hrs, to search the whole HD, it was using a load of about 3+ so its set to run at the nightly cron job.
Cheers though
cPanel.net Support Ticket Number: