Ftpd : Allow anon writes.

This commit is contained in:
Dmitry Voronin 2024-02-22 14:22:15 +03:00
parent e71067521c
commit a629aab5f5

View file

@ -10,5 +10,8 @@
allowWriteableChroot = true; allowWriteableChroot = true;
writeEnable = true; writeEnable = true;
localUsers = false; localUsers = false;
extraConfig = ''
anon_other_write_enable=YES
'';
}; };
} }