Friday, September 12, 2008

VSFTPD "500 oops cannot change directory"

Friday, September 12, 2008
Today, I am trying to configure FTP server in my virtual Linux box.After the installation and configuration, am not able to change the directory itself. It displays the message"500 OOPS CANNOT CHANGE DIRECTORY", when i was trying to change the directory.

After searching Google, I found the solution for this. It is pretty simple, I have disabled the SELinux and ran this command

"/usr/bin/setsebool -P ftp_home_dir 1 "

This solved my issue.

0 comments: