1. Disable vsftpd
# service vsftpd stop # update-rc.d -f vsftpd remove
2. Install software package
# apt-get install proftpd-basic proftpd-mod-vroot
3. Download configuration
# wget http://c.vestacp.com/0.9.8/debian/proftpd.conf -O /etc/proftpd/proftpd.conf
4. Change vesta settings
# sed -i "s/vsftpd/proftpd/" /usr/local/vesta/conf/vesta.conf
5. Restart proftpd
# service proftpd restart
Similar Posts:
- How to install multiple PHP versions on VestaCP
- Config and log locations on a Debian and Ubuntu on VestaCP
- How to change port on VestaCP
- How to install WHMCS module for VestaCP
- Laravel site template for VestaCP
2,155