setting-up-vsftpd
This is an old revision of the document!
Setting up VSFTPD with MySQL
Install PAM MySQL module
sudo apt-get install libpam-mysql
Create a database to store usernames and passwords
CREATE DATABASE ftp;
GRANT ALL PRIVILEGES ON ftp.* TO 'ftp-admin'@'localhost' IDENTIFIED BY 'f7p@dm1n';
FLUSH PRIVILEGES;
setting-up-vsftpd.1545366330.txt.gz · Last modified: 2018/12/21 09:55 by 171.78.140.145