How to replace vsftpd with ProFTPD on a Debian or Ubuntu

0
(0)

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:

1,971

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Scroll to Top