If you want to stop a customer from uploading to their website, you can disable FTP uploading. However, you need to make certain this is exactly what you want to do.
If you just want to disable their site, you can do so through the Reseller Control Centre.
You will need SSH access to that particular site. If you do not have SSH access, please raise a Support Ticket with the Customer Services team to gain access.
To disable FTP uploading:
- SSH into the site making sure you are logged in as the right user
- Enter in this line:
cat > .ftpaccess
- Enter in this line:
DenyAll
- Press Ctrl-D to finish writing the file
- FTP access will now be blocked
To re-enable FTP access:
- SSH into the site making sure you are logged in as the right user
- Enter in this line:
rm .ftpaccess
- FTP access will be restored




