Ajouter etc/vsftpd/vsftpd.conf

This commit is contained in:
2025-05-01 12:13:14 +00:00
parent ff138b67b6
commit 318eb97c3f

9
etc/vsftpd/vsftpd.conf Normal file
View File

@@ -0,0 +1,9 @@
listen=YES
anonymous_enable=YES
local_enable=NO
write_enable=NO
anon_root=/mnt/binhost/packages
anon_other_write_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_umask=022