servers:bsd:vsftpd
This is an old revision of the document!
Table of Contents
Information
- vsftpd
- FTP server
Prerequisites
Dependencies
su -
pkg install 'vsftpd-ssl'
Service
su -
sysrc vsftpd_enable="YES"
Settings
General
- Pasted at bottom of
.confand is prioritized over defaults
su -
ee '/usr/local/etc/vsftpd.conf' && service 'vsftpd' start
# 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'
/usr/local/www/wiki/data/attic/servers/bsd/vsftpd.1761845899.txt.gz · Last modified: by Sean Rhone
