port_enable=YES zur vsftpd-Konfiguration hinzufügen
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
456d0873d3
commit
34a94f0d82
|
|
@ -40,6 +40,7 @@ local_root=/home/DEIN_USER/.local/share/dolphin-ftp-root
|
||||||
chroot_local_user=YES
|
chroot_local_user=YES
|
||||||
allow_writeable_chroot=YES
|
allow_writeable_chroot=YES
|
||||||
pasv_enable=NO
|
pasv_enable=NO
|
||||||
|
port_enable=YES
|
||||||
connect_from_port_20=YES
|
connect_from_port_20=YES
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue