I have CentOS server running on unix, and vsftpd FTP server installed. I did chroot for users and now I'm trying to limit their file type upload. I don't want to use deny_file because deny_file limit only few type (and there so many) + deny_file deny from all users including admin.
Is there any way to limit all file type except X,Y,Z?