Ubuntu System establishes FTP virtual user and http://www.aliyun.com/zixun/aggregation/14840.html through MySQL database "> extension of virtual host
This is vsftpd.
sudo apt install vsftpd
To create a database for VSFTPD virtual users, this database is to store login FTP username and password, the database name called Vsftpd good. Login Database Management
Mysql-u root-p
Create a database vsftpd and configure its permissions
CREATE DATABASE vsftpd; GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP on vsftpd.* to ' vsftpd ' @ ' localhost ' identified by ' ftpdpass '; GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP on vsftpd.* to ' vsftpd ' @ ' localhost.localdomain ' identified by ' Ftpdpass ' ; FLUSH privileges;
For the above paragraph, notice to change the ftpdpass to your own password, altogether 2 Use the VSFTPD database and create a table Use VSFTPD;
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.