added proftpd install and config

This commit is contained in:
Bachir Soussi Chiadmi
2015-10-20 16:01:21 +02:00
parent 958d625cee
commit ea975a2b6a
3 changed files with 74 additions and 35 deletions

11
assets/proftpd.conf Normal file
View File

@@ -0,0 +1,11 @@
ServerName "exemple"
<Global>
RequireValidShell off
</Global>
DefaultRoot ~ ftpuser
<Limit LOGIN>
DenyGroup !ftpuser
</Limit>