|
在xinetd 下运行的
先改了
/etc/xinetd.d/vsftpd
改为
disable = no
socket_type = stream
protocol = tcp
wait = yes
user = root
server = /usr/sbin/vsftpd
然后
配置了
/etc/vsftpd.conf
listen=NO
其他应该没什么问题
然后
>ftp localhost
出现
421 Service not available, remote server has closed connection
这是什么问题呢
记得上次就有这个问题
不记得则么做的了就好了
这次查了好久查不到阿 |
|