ftp-server debugged

This commit is contained in:
2025-07-24 17:16:08 +02:00
parent 85e15d98ac
commit b09b1335f7

View File

@@ -20,11 +20,9 @@
extraConfig = ''
# Log all transfers.
xferlog_enable=YES
# Change ownership of uploaded files to a local user.
chown_uploads=YES
chown_username="${config.vars.username}"
# Allow the anonymous root to be writable.
allow_writeable_chroot=YES
write_enable=YES
'';
};