免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1782 | 回复: 7
打印 上一主题 下一主题

[FTP] linux 7.3 无法使用FTP [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-05-04 10:00 |只看该作者 |倒序浏览
linux 7.3 无法使用FTP,我在/etc没找到inetd.conf 文件,在Service中也没有inetd Service,请各位高手指点先谢了!

论坛徽章:
0
2 [报告]
发表于 2003-05-04 10:06 |只看该作者

linux 7.3 无法使用FTP

7.3以后就是用/etc/xinetd.d/下面的文件了

论坛徽章:
0
3 [报告]
发表于 2003-05-04 10:06 |只看该作者

linux 7.3 无法使用FTP

try modify
/etc/xinetd.d/wu_ftpd

论坛徽章:
0
4 [报告]
发表于 2003-05-04 11:23 |只看该作者

linux 7.3 无法使用FTP

disable=no

论坛徽章:
0
5 [报告]
发表于 2003-05-04 16:55 |只看该作者

linux 7.3 无法使用FTP

还是不行,请看我的wu-ftpd 的配置.
# default: on
# description: The wu-ftpd FTP server serves FTP connections. It uses \
# normal, unencrypted usernames and passwords for authentication.
service ftp
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.ftpd
server_args = -l -a
log_on_success += DURATION
nice = 10
}
当我ftp 我的Linux机器,出现以下提示:
C:\>;ftp 10.100.80.40
Connected to 10.100.80.40.
Connection closed by remote host.
但我可以使用telnet.
希望各位指点,谢谢!!!

论坛徽章:
0
6 [报告]
发表于 2003-05-04 17:03 |只看该作者

linux 7.3 无法使用FTP

Check you Firwall configuration.
Maybe you filted 21 port.

论坛徽章:
0
7 [报告]
发表于 2003-05-04 18:26 |只看该作者

linux 7.3 无法使用FTP

netstat -an看看21端口开了没
你是不是修改过/etc/xinetd.d下的文件后没有重启xinetd进程?

论坛徽章:
0
8 [报告]
发表于 2003-05-04 21:14 |只看该作者

linux 7.3 无法使用FTP

看看你的防火墙设置!应该是在那里被关掉了
我不知道你用的是ipchains还是iptables
不确定的话,运行下面的命令:
/sbin/iptables -F
/sbin/ipchains -F
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP