Follow the steps described in FTP Server HOWTO. The steps were:
- chkconfig vsftpd on
- /etc/init.d/xinetd start (or swith xinetd on with yast)
- chkconfig xinetd on
- edit /etc/sysconfig/SuSEfirewall2:
- change FW_SERVICES_EXT_TCP= "ssh ftp"
- restart firewall
- /sbin/rcSuSEfirewall2 restart
- change listen in /ect/vsftpd.conf from YES to NO. (web source)
留言