• [solved] wordpress plugin ftp access connect error

    [solved] wordpress plugin ftp access connect error

    [solved]

    SELinux disabled!!!

    GOOD JOB!! Thank You^^

     

    FTP 연결 문제는 여러가지가 있습니다.

    예전에 이미 올려놓은 글이 있는데 그 글을 확인하셔도 됩니다.

     

    간단하게 SELinux 를 Disabled 로 바꿔주시고 서버를 재부팅하면 바로 해결됩니다.

     

    If FTP server is not running, please run FTP server first.
    Other firewall ports should be checked.

    service vsftpd start

    이제 시작할때마다 다시 자동으로 켜지도록 시스템에 등록합니다

    systemctl enable vsftpd

     

    SELinux 설정부터 사용안함으로 바꾸셔야합니다

    vi /etc/sysconfig/selinux

    AND REBOOT!!

     

    더 자세한 정보는 SELinux Disabled 설정 글을 읽어보세요

    SELinux Disabled 설정 글 확인하기