Hi, How can I ban certain file types of being uploaded via FTP? example: prevent upload of *.exe Thanks, Alex
Yay After checking through the proftpd docs i found you can ban files by adding the following to the proftpd.conf Code: <Global> PathDenyFilter "(\.exe)$" </Global>