After the virtual machine installed Redhat, ready to use the FileZilla connection, enter the IP address, root user, password, fast connection, error:
Troubleshooting:
1. First check whether the system has vsftp service turned on, and if not, start the service first.
Method 1.setup--system Service-Self-starting service Method 2. Interface settings, service vsftpd restart
2. View the configuration
VSFTPD configuration, VSFTPD user Connection control configuration is limited in the configuration file.
Vsftpd.ftpusers: Located in the/etc directory. It specifies which user accounts cannot access the FTP server, such as root.
Vsftpd.user_list: Located in the/etc directory. The user account in this file cannot access the FTP server by default, only allow access if the USERLIST_ENABLE=NO option is enabled in the VSFTPD. conf configuration file. Vsftpd.conf: Located in the/ETC/VSFTPD directory. From the configuration of FTP servers that define user Login control, user Rights control, timeout settings, server function options, server performance options, server response messages, and so on.
3. After the configuration modification is complete, perform the service vsftpd restart Restart VSFTPD Services
Resolve VSFTPD 530 Permission denied error