LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 521|回复: 0

开通ftp服务的问题

[复制链接]
发表于 2004-9-1 21:39:28 | 显示全部楼层 |阅读模式
一台redhat 7.3机器。
想在别的机器上ftp登录此机器,从google上得到了以下开通ftp的方法:1./etc/ftpusers 这个文件中的用户被拒绝响应ftp服务。用#将root屏蔽掉:
#root
这样root没有被这个配置文件限制ftp服务,可以在其他机器上请求这台机器提供的ftp服务。
2./etc/ftpaccess 用#将以下两行注释掉,
deny-uid% -99%65534
deny-gid% -99%65534
注释后为:
#deny-uid% -99%65534
#deny-gid% -99%65534
3./etc/xinetd.d/wu-ftpd 决定是否能提供ftp服务。
确保disable=no,可以向其他机器开通ftp服务。

但是设置完成以后,怎么有时候好用,有时候却提示“Connection closed by remote host.“?

这个是怎么回事啊?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表