servers:bsd:vsftpd
Table of Contents
Information
- vsftpd
- FTP server
Prerequisites
Dependencies
su -
pkg install 'vsftpd-ssl'
Service
su -
sysrc vsftpd_enable="YES"
service 'vsftpd' start
Settings
General
- Pasted at bottom of
.conf
and is prioritized over defaults
su -
ee '/usr/local/etc/vsftpd.conf' && service 'vsftpd' restart
# Custom listen=YES background=YES anonymous_enable=NO local_enable=YES write_enable=YES pasv_enable=YES pasv_max_port=50000 pasv_min_port=40000 local_root=/NAS force_dot_files=YES # End
Drives
Permissions
chown
su -
chown -R 'espionage724':'espionage724' '/NAS'
chmod
su -
chmod -R '774' '/NAS'
/srv/www/wiki/data/pages/servers/bsd/vsftpd.txt · Last modified: by 127.0.0.1