How do I enable that hidden files will always be showed using the FTP server from the App Store? There is no /etc/vsftpd/vsftpd.conf
Up i want to know too
The file you are looking for is /etc/vsftpd.conf, but overwriting this probably isn’t ideal, as it will get replaced.
listen=yes
anonymous_enable=NO
local_enable=YES
write_enable=YES
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=NO
connect_from_port_20=YES
ftpd_banner=OSMC FTP Server
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
rsa_cert_file=/etc/ssl/private/vsftpd.pem
@DBMandrake – mark as conffile in the future, or use some kind of vsftpd.d?
How fast wil it be replaced?
When there is a new version of vsftp
Actually whenever we update the FTP meta package, but yes, it’s not ideal to update this file directly at the time.