Deny file/directory deletion and directory creation in vsftpd
Some times there is situation when we need users to be able to upload files to ftp server but not allowed to delete files/directories and create directory.
vsftpd have cmds_allowed directive that can be used for this purpose. In this directive, specifies a comma-delimited list of FTP commands allowed by the server. All other commands not specified are rejected. More »
Tags: deny deletion, deny mkdir, vsftpd