Problems in vsftp Configuration

Source: Internet
Author: User
Problems that have occurred during vsftp configuration-Linux Enterprise Application-Linux server application information. The following is a detailed description. Author: hahapig

First question:
500 OOPS: vsftpd: not configured for standalone, must be started from inetd

Cause: After the vsftpd-2.0.6.tar.gz is compiled and installed, or the listeners for vsftp are added under/etc/xinetd. d/by default, so that vsftp cannot be enabled independently.

Solution: Modify the disable value in/etc/xinetd. d/vsftpd to yes (cancel xinetd. d management of vsftp)

At the same time, you must add the listen = YES option in the vsftpd. conf configuration file. In this way, you can start it through/usr/sbin/vsftpd + your configuration file.

Second question:
500 OOPS: vsftpd: refusing to run with writable anonymous root

Cause: the default home directory of the anonymous account of vsftp is configured with excessive file permissions.

Solution: Modify the permission of the directory
[Root @ localhost ~] # Chown root: root anonymous account directory
[Root @ localhost ~] # Chmod 755 anonymous account directory

These are the first problems I encountered when configuring vsftp.
Related Article

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.