由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - FTP server problem
相关主题
Installation of cxterm on SGI[转载] SGI的JDK哪有?
can anyone post a FTP auto get script ?bugs in my program
可能是个很难的问题:关于DOS和UNIX文档文件的区别where can I find books/documents about opengl
How to change file mode through FTP??急!!!!
请问:如何确定wget用的binary方式传递文件?如何在UNIX下看中文
如何删除损坏的文档?ICQ on SGI UNIX
a UNIX permission question[转载] 哪个知道有没有UNIX用得中文平台?
how to use chroot?SGI下如何看.avi文件
相关话题的讨论汇总
话题: ftp话题: port话题: sgi话题: server话题: fuser
进入Unix版参与讨论
1 (共1页)
t*v
发帖数: 32
1
SGI: IRIX64 6.5
after I login the FTP server,
ftp> ls
200 PORT command successful.
425 Can't create data socket (xxx.xxx.xxx.xxx,20): Permission denied.
Can anyone tell what could the problem?
thanx a lot..
j***y
发帖数: 87
2
SGI is the client OS or server OS?

【在 t*v 的大作中提到】
: SGI: IRIX64 6.5
: after I login the FTP server,
: ftp> ls
: 200 PORT command successful.
: 425 Can't create data socket (xxx.xxx.xxx.xxx,20): Permission denied.
: Can anyone tell what could the problem?
: thanx a lot..

m*****e
发帖数: 4193
3
Are you running FTP server as root? Only root can bind to port 20.

【在 t*v 的大作中提到】
: SGI: IRIX64 6.5
: after I login the FTP server,
: ftp> ls
: 200 PORT command successful.
: 425 Can't create data socket (xxx.xxx.xxx.xxx,20): Permission denied.
: Can anyone tell what could the problem?
: thanx a lot..

t*v
发帖数: 32
4
SGI is the server.
I tried different clients such a Linux, SGI, SUN

【在 j***y 的大作中提到】
: SGI is the client OS or server OS?
t*v
发帖数: 32
5
ftpd is started within inetd, I assume it is run by root.
but the client should be able to list the directory ya?

【在 m*****e 的大作中提到】
: Are you running FTP server as root? Only root can bind to port 20.
m*****e
发帖数: 4193
6
Are you trying to login as anonymous? If so, the chroot environment
was not set up correctly.

【在 t*v 的大作中提到】
: ftpd is started within inetd, I assume it is run by root.
: but the client should be able to list the directory ya?

t*v
发帖数: 32
7
no, I login as normal user..
Now the weird thing is I finally find a client that can list the directory,
which is a RH7.0 box.
while when I tried others (windoz, RH6.2, SGI, SUN..), it still doesn't work.

【在 m*****e 的大作中提到】
: Are you trying to login as anonymous? If so, the chroot environment
: was not set up correctly.

j***y
发帖数: 87
8
Or you can try to see if some other prorams are listening on port 20.
fuser 20/tcp

【在 t*v 的大作中提到】
: no, I login as normal user..
: Now the weird thing is I finally find a client that can list the directory,
: which is a RH7.0 box.
: while when I tried others (windoz, RH6.2, SGI, SUN..), it still doesn't work.

t*v
发帖数: 32
9
$ fuser 21/tcp
21/tcp: 4870502o
$ fuser 20/tcp
20/tcp: fuser: No such file or directory

【在 j***y 的大作中提到】
: Or you can try to see if some other prorams are listening on port 20.
: fuser 20/tcp

ft
发帖数: 106
10
Are you trying to connect through a firewall or NAT?

【在 t*v 的大作中提到】
: $ fuser 21/tcp
: 21/tcp: 4870502o
: $ fuser 20/tcp
: 20/tcp: fuser: No such file or directory

l*l
发帖数: 225
11
port 20 is data transfer port, 数据通道
port 21 is command port. 指令通道
all for ftp use, you should check if other program bind 20 or
you bad config your ftpserver.

【在 m*****e 的大作中提到】
: Are you running FTP server as root? Only root can bind to port 20.
t*v
发帖数: 32
12
No, we have no such things running..

【在 ft 的大作中提到】
: Are you trying to connect through a firewall or NAT?
t*v
发帖数: 32
13

$ fuser 20/tcp
20/tcp: fuser: No such file or directory
don't know what that means..
that's exactly what I am asking.. what configuration could go wrong?
when I connected to this server with a RedHat7.0 client, everything seems
fine,
ftp> ls
227 Entering Passive Mode (***,***,***,***,28,109)
150 Opening ASCII mode data connection for '/bin/ls'.
total 448
.
.
but with other clients, all show
ftp> ls
200 PORT command successful.
425 Can't create data socket (***.***.***.***,20): Permission denied

【在 l*l 的大作中提到】
: port 20 is data transfer port, 数据通道
: port 21 is command port. 指令通道
: all for ftp use, you should check if other program bind 20 or
: you bad config your ftpserver.

1 (共1页)
进入Unix版参与讨论
相关主题
SGI下如何看.avi文件请问:如何确定wget用的binary方式传递文件?
UNIX下发email的问题如何删除损坏的文档?
A problema UNIX permission question
Is there a C++ compiler coming w/ Solaris x86?how to use chroot?
Installation of cxterm on SGI[转载] SGI的JDK哪有?
can anyone post a FTP auto get script ?bugs in my program
可能是个很难的问题:关于DOS和UNIX文档文件的区别where can I find books/documents about opengl
How to change file mode through FTP??急!!!!
相关话题的讨论汇总
话题: ftp话题: port话题: sgi话题: server话题: fuser