FTP:226 transfer done but failed to open directory
在centOS上搭建ftp,使用ftp localhost测试匿名登录,查看匿名目录文件夹的时候,
发现匿名登录成功,但是查看目录却失败,报了这个错误:226 transfer done but failed to open directory
目录
1、将SELINUX的值设置为disable
vim /etc/selinux/config
2、重启服务器
reboot
在centOS上搭建ftp,使用ftp localhost测试匿名登录,查看匿名目录文件夹的时候,
发现匿名登录成功,但是查看目录却失败,报了这个错误:226 transfer done but failed to open directory
目录
vim /etc/selinux/config
reboot