servers:linux:vsftpd
This is an old revision of the document!
Table of Contents
Information
- vsftpd
- FTP server
Prerequisites
Dependencies
sudo zypper install 'vsftpd'
Firewall
sudo firewall-cmd --add-service='vsftpd' --permanent && sudo firewall-cmd --reload
sudo firewall-cmd --info-service='vsftpd'
Service
sudo systemctl enable 'vsftpd' --now
Settings
sudo -e '/etc/vsftpd.conf' && sudo systemctl restart 'vsftpd'
# Custom anonymous_enable=NO write_enable=YES listen=YES listen_ipv6=NO pasv_enable=YES local_root=/mnt/NAS1 force_dot_files=YES seccomp_sandbox=NO # End
/srv/www/wiki/data/attic/servers/linux/vsftpd.1777513828.txt.gz · Last modified: by Sean Rhone
