added proftpd install and config
This commit is contained in:
11
assets/proftpd.conf
Normal file
11
assets/proftpd.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
ServerName "exemple"
|
||||
|
||||
<Global>
|
||||
RequireValidShell off
|
||||
</Global>
|
||||
|
||||
DefaultRoot ~ ftpuser
|
||||
|
||||
<Limit LOGIN>
|
||||
DenyGroup !ftpuser
|
||||
</Limit>
|
Reference in New Issue
Block a user