Advertisement
nguyenhappy92

Cài đặt Pure-FTP

Nov 14th, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.33 KB | None | 0 0
  1. yum install epel-release -y
  2. yum --enablerepo=epel -y install pure-ftpd
  3. vi /etc/pure-ftpd/pure-ftpd.conf
  4. UnixAuthentication yes
  5. VerboseLog yes
  6. PureDB /etc/pure-ftpd/pureftpd.pdb
  7. CreateHomeDir yes
  8. pure-pw mkdb
  9. systemctl restart pure-ftpd
  10. systemctl enable pure-ftpd
  11. pure-pw useradd demo -u demo -g demo -d /opt/
  12. pure-pw mkdb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement