ftp-server debugged II

This commit is contained in:
2025-07-24 17:43:40 +02:00
parent b09b1335f7
commit fcf6c1fb5b

View File

@@ -5,6 +5,8 @@
# Allow anonymous logins. # Allow anonymous logins.
anonymousUser = true; anonymousUser = true;
allowWriteableChroot = true;
writeEnable = true;
# Use 'anonymousUploadEnable' instead of 'anonUploadEnable'. # Use 'anonymousUploadEnable' instead of 'anonUploadEnable'.
# This allows anonymous users to upload files. # This allows anonymous users to upload files.
anonymousUploadEnable = true; anonymousUploadEnable = true;
@@ -20,9 +22,6 @@
extraConfig = '' extraConfig = ''
# Log all transfers. # Log all transfers.
xferlog_enable=YES xferlog_enable=YES
# Allow the anonymous root to be writable.
allow_writeable_chroot=YES
write_enable=YES
''; '';
}; };