530 This FTP server is anonymous only vsftp server logon Failure Solution

Source: Internet
Author: User

Http://blog.csdn.net/pipisorry/article/details/39647931

An error occurred while logging on to vsftp with a local user:

[email protected]:~#ftpftp> open 127.0.0.1Connected to 127.0.0.1.220 (vsFTPd 2.3.5)Name (127.0.0.1:pipi):530 This FTP server is anonymous only.Login failed.ftp> quit

Cause of Logon Failure:
After the vsftp server is installed, local users are not allowed to log on by default. This error occurs and you need to modify the vsftp configuration file.

Solution:

Vim/etc/vsftpd. confVI/etc/vsftpd. conf

Now, the following lines will be commented, uncomment them.

Uncomment the # comment before local_enable = yes and write_enable = yes;
Local_enable = yes-This lets the local users login via FTP
Write_enable = yes-This lets the users upload files

Add # comment before anonymous_enable = Yes
Save and quit the file.


Restart the vsftp service:

/Etc/init. d/vsftpd restart

[email protected]:~#ftpftp> open 127.0.0.1Connected to 127.0.0.1.220 (vsFTPd 2.3.5)Name (127.0.0.1:pipi): pipi331 Please specify the password.Password:230 Login successful.Remote system type is UNIX.Using binary mode to transfer files.ftp> 

From: http://blog.csdn.net/pipisorry/article/details/39647931

Ref: 530 This FTP server is anonymous only. Login Failed.


530 This FTP server is anonymous only vsftp server logon Failure Solution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.