VSFTPD "response:500 oops:cannot Change Directory" solution appears (reproduced)

Source: Internet
Author: User
Tags ftp client

VSFTPD "response:500 oops:cannot Change Directory" workaround the author uses the Linux distribution version of CentOS when connecting with an FTP client, the following error message appears: response:500 OOPS: Cannot change directory:/home/bhtest input command view

[[Email protected]]# sestatus-b| grep FTP
Allow_ftpd_anon_write off
Allow_ftpd_full_access off
Allow_ftpd_use_cifs off
Allow_ftpd_use_nfs off
Ftp_home_dir off
ftpd_connect_db off
Ftpd_use_fusefs off
Ftpd_use_passive_mode off
Httpd_enable_ftp_server off
Tftp_anon_write off
Tftp_use_cifs off
Tftp_use_nfs off

Note that the above ftp_home_dir is in the off state, that is, the current is not allowed to log on to the user via FTP/home/* (* represents the corresponding user) under the directory, we can use the following methods to solve:

[[Email protected]]# setsebool Ftp_home_dir on
[[Email protected]]# sestatus-b| grep FTP
Allow_ftpd_anon_write off
Allow_ftpd_full_access off
Allow_ftpd_use_cifs off
Allow_ftpd_use_nfs off
Ftp_home_dir on
ftpd_connect_db off
Ftpd_use_fusefs off
Ftpd_use_passive_mode off
Httpd_enable_ftp_server off
Tftp_anon_write off
Tftp_use_cifs off
Tftp_use_nfs off

Test login is OK.

VSFTPD "response:500 oops:cannot Change Directory" solution appears (reproduced)

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.