Linux system server, ready to use FileZilla connection, input IP address, root user, password, fast connection, error: 530 permission denied
Troubleshooting:
1. First, check whether the system has enabled the vsftp service. If not, start the service first
2. View the configuration of vsftpd. The configuration file defines the configuration of vsftpd user connection control
Vsftpd.ftpusers: located in/etc/vsftpd directory. It specifies which user accounts cannot access the FTP server, such as root
vsftpd.user_ List: in/etc/vsftpd directory. The user account in this file can’t access the FTP server by default, only if the userlist is enabled in the vsftpd. Conf configuration file_ Access is allowed only when enable = no option
Vsftpd.conf: located in/etc/vsftpd directory. From the definition of user login control, user rights control, timeout settings, server function options, server performance options, server response messages and other FTP server configuration
3. After configuration modification, execute service vsftpd restart to restart vsftpd service
Similar Posts:
- 421 service not available, remote server has closed connection
- Vsftp: 425 FTP connection failed [How to Solve]
- [Solved] SSH connect error: permission denied, please try again
- nginx.service – A high performance web server and a reverse proxy server
- [Solved] Nginx: [error] open() "/usr/local/Nginx/logs/Nginx.pid
- When connecting to FTP server, you will be prompted “500 oops: cannot change directory / home / xxx”
- Job for apache2.service failed because the control process exited with error code. See “syst…
- JAVA api Access HDFS Error: Permission denied in production environment
- [Solved] HDFS Error: org.apache.hadoop.security.AccessControlException: Permission denied
- [Solved] hive beeline Connect Error: User:*** is not allowed to impersonate