ftp-server debugged II
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
# Allow anonymous logins.
|
||||
anonymousUser = true;
|
||||
|
||||
allowWriteableChroot = true;
|
||||
writeEnable = true;
|
||||
# Use 'anonymousUploadEnable' instead of 'anonUploadEnable'.
|
||||
# This allows anonymous users to upload files.
|
||||
anonymousUploadEnable = true;
|
||||
@@ -20,9 +22,6 @@
|
||||
extraConfig = ''
|
||||
# Log all transfers.
|
||||
xferlog_enable=YES
|
||||
# Allow the anonymous root to be writable.
|
||||
allow_writeable_chroot=YES
|
||||
write_enable=YES
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user