- Install Pure-FTPd on Ubuntu
- Install Pure-FTPd on CentOS with Virtual Users
- Ubuntu pure-ftpd reply with unroutable address
- Install Pure-FTPd from source
- Enable FTP for EasyEngine Website
- How to change pure-ftpd port
To install Pureftpd on CentOS, run
yum install pure-ftpd
To start/stop, use
systemctl start pure-ftpd systemctl stop pure-ftpd
To enable system users to login, edit /etc/pure-ftpd/pure-ftpd.conf, un comment the line UnixAuthentication yes.
Leave a Reply