servers:bsd:vsftpd
Table of Contents
Information
- vsftpd 1)
Prerequisites
Dependencies
su -
pkg install 'vsftpd-ssl'
Service
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' && sync
chmod
su -
chmod -R '774' '/NAS' && sync
/usr/local/www/wiki/data/pages/servers/bsd/vsftpd.txt · Last modified: by Sean Rhone