add ftp server
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
listen=YES
|
||||
listen_ipv6=NO
|
||||
|
||||
anonymous_enable=NO
|
||||
local_enable=YES
|
||||
write_enable=YES
|
||||
|
||||
chroot_local_user=YES
|
||||
allow_writeable_chroot=YES
|
||||
local_umask=022
|
||||
|
||||
pasv_enable=YES
|
||||
pasv_min_port=21100
|
||||
pasv_max_port=21110
|
||||
|
||||
seccomp_sandbox=NO
|
||||
|
||||
xferlog_enable=YES
|
||||
dual_log_enable=YES
|
||||
Reference in New Issue
Block a user