ftp 는 연결했지만 아래와 같이 디렉토리 열기 실패가 있다면 SELinux(Security Enhanced Linux) 설정을 disable 시켜야 한다.
226 Transfer done (but failed to open directory).
[SELinux disable 방법1]
CentOS 의 경우 System -> Administration -> Security Level and Firewall -> SELinux -> SELinux Setting -> Disabled
[SELinux disable 방법2]
콘솔환경의 root 계정에서 vi /etc/sysconfig/selinux 에서 아래와 같이 설정 후 시스템 재시작
SELINUX=disabled
[SELinux disable 방법3]
콘솔환경의 root 계정에서 setenforce 으로 바로 적용(0: disable 1: enable)
setenforce 0
comments:
댓글 쓰기