VSFTPD Service Full introduction of the general configuration
1:VSFTPD Service Package
vsftpd-2.2.2-11.el6.i686.rpm
2:VSFTPD Related Documents
/ETC/VSFTPD/VSFTPD.CONF:VSFTPD Core configuration files
/etc/vsftpd/ftpusers: Used to specify which users cannot access the FTP server
/etc/vsftpd/user_list: User list file to allow use of vsftpd
/etc/vsftpd/vsftpd_conf_migrate.sh: is a vsftpd operation of some variables and settings script
/ETC/FTP: The root directory of anonymous users by default
FTP General Configuration Application Case 1:
Demand:
The company's development department prepares a simple FTP server that allows all employees to upload and download files, and allows users to create their own directories.
Analysis:
Allow all employees to upload and download files need to set the anonymous user login and need to turn on the Nim user upload function, and the last anon_mkdir_write_enable field can control whether anonymous users are allowed to create directories.
Solution:
(1) Configure the vsftpd.conf master configuration file (server configuration support upload)
Allow anonymous users to access
Anonymous_enable=yes