After installing VSFTPD under Linux, the default configuration is that anonymous users can log in, the anonymous account has two: User name: Anonymous password: null Username: FTP Password: FTP If you want to use anonymous upload and delete operations need to configure additional parameters. This article is mainly about setting up how to allow the root user to log in. Because the default configuration is not possible. Mainly in the vsftpd.conf of two parameters control userlist_enable and pam_service_name default userlist_enable is the state of Yes, Pam_service_name is vsftpd you need in/etc/ Vsftpd/user_list file in the root of the line to delete or comment out the same, the root of the/etc/vsftpd/ftpusers file is also commented out and then restarted vsftpd can be reproduced: http://blog.itpub.net/ 196700/viewspace-745364/
VSFTPD Allow root User login