The most concise rough version of virtual User Configuration FTP
- Yum Installs ftp:
Yum Install vsftpd pam* db4*-y
Set as System service: Chkconfig–level VSFTPD on
2.VSFTPD Open:
/ETC/INIT.D/VSFTPD Start or service vsfptd start
Restart: Service vsftpd restart
3. Configure virtual user local Data group user login
3. 1 Configuring/etc/vsftpd/vsftpd.conf
3. 2 Configuring/ETC/PAM.D/VSFTPD.VU
- Create the/etc/vstfpd/vcon file directory, which places two files and a directory below
File Vir_user user/password
- Vir_user.db generated with commands:
Db_load-t-T Hash-f/etc/vsftpd/vconf/vir_user/etc/vsftpd/vconf/vir_user.db
3.4 Creating a folder userlocal a user-named file
3.5 to note: http://dngood.blog.51cto.com/446195/1094079/
Error: oops:bad bool value in config file for:anonymous_enable
Need to be modified, no spaces:
There is no space to edit this file in/etc/vsftpd/vconf/liufeng!.
More detailed configuration instructions:
Http://bbs.51cto.com/thread-811192-1.html
The most concise rough version of virtual User Configuration FTP