I have a VPS with WHM/CPanel which is being used just by me. It's utilizing proftpd. I'd like to, via a
PHP script, disable/enable a specific FTP account. I've done this by having
PHP call a bash script which removes/adds the user account line to /etc/proftpd/USERNAME password file. However, in order to do this I have to give other
…