mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-15 01:42:24 +00:00
2018-12-31
This commit is contained in:
18
apps/vsftpd/config/vsftpd.conf
Normal file
18
apps/vsftpd/config/vsftpd.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
background=YES
|
||||
listen=YES
|
||||
#anon_other_write_enable=YES
|
||||
anon_mkdir_write_enable=YES
|
||||
anon_upload_enable=YES
|
||||
local_enable=YES
|
||||
local_umask=022
|
||||
anon_umask=022
|
||||
check_shell=NO
|
||||
allow_writeable_chroot=YES
|
||||
session_support=NO
|
||||
userlist_file=/etc/vsftpd.users
|
||||
xferlog_file=/etc/mixbox/var/log/vsftpd.log
|
||||
deny_file={*.scr}
|
||||
write_enable=YES
|
||||
chroot_local_user=YES
|
||||
xferlog_enable=YES
|
||||
#mixbox-vsftpd
|
||||
Reference in New Issue
Block a user