PDA

View Full Version : Ban Filetypes


alexillsley
11th February 2007, 02:46
Hi,
How can I ban certain file types of being uploaded via FTP?
example: prevent upload of *.exe
Thanks,
Alex

falko
12th February 2007, 15:28
I'm not sure if this is possible... :confused:

alexillsley
12th February 2007, 18:13
Ill check out the proftpd forums

alexillsley
12th February 2007, 22:16
After checking through the proftpd docs i found you can ban files by adding the following to the proftpd.conf

<Global>
PathDenyFilter "(\.exe)$"
</Global>