VSFTPD: 500 OOPS: unbekannte Variable in Konfigurationsdatei: local_root

VSFTPD: 500 OOPS: unbekannte Variable in Konfigurationsdatei: local_root

Ich habe ein Problem mit der vsftpd-Konfiguration. Meine vsftpd-Version ist 3.0.3. Wenn ich versuche, der Serverkonfiguration die Variable local_root hinzuzufügen, funktioniert vsftpd nicht mehr. Wie kann ich dieses Problem beheben? Meine vsftpd-Konfiguration:


listen=NO


local_root = /DataDrive/camrecords/podworko



listen_ipv6=YES

anonymous_enable=NO

local_enable=YES

write_enable=YES

dirmessage_enable=YES

use_localtime=YES

xferlog_enable=YES

connect_from_port_20=YES


chroot_local_user=YES
allow_writeable_chroot=YES



secure_chroot_dir=/var/run/vsftpd/empty

pam_service_name=vsftpd

rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
ssl_enable=NO

verwandte Informationen