Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- yum install epel-release -y
- yum --enablerepo=epel -y install pure-ftpd
- vi /etc/pure-ftpd/pure-ftpd.conf
- UnixAuthentication yes
- VerboseLog yes
- PureDB /etc/pure-ftpd/pureftpd.pdb
- CreateHomeDir yes
- pure-pw mkdb
- systemctl restart pure-ftpd
- systemctl enable pure-ftpd
- pure-pw useradd demo -u demo -g demo -d /opt/
- pure-pw mkdb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement