Advertisement
sandyd

Untitled

Jul 27th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. sudo apt-get install pure-ftpd
  2. echo "no" > /etc/pure-ftpd/conf/PAMAuthentication
  3. sudo pure-pw useradd joe -u $uid -g $gid -d /path/to/web/files
  4. #The $uid and $gid are the user/group ids for the user/group that owns the webfiles
  5. sudo pure-pw mkdb
  6. sudo ln -s /etc/pure-ftpd/conf/PureDB /etc/pure-ftpd/auth/PureDB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement