打印

紧急求助:关于wu-ftp的一个问题

紧急求助:关于wu-ftp的一个问题

我的一个ftp服务器,用系统帐号登上去后,不能list
<hf_linux> 就是不能查看到任何文件
<wuwenguan> 郁闷!I 不懂这些耶
<hf_linux> Name (rh:fly): hanyh
<hf_linux> 331 Password required for hanyh.
<hf_linux> Password:
<hf_linux> 230 User hanyh logged in.
<hf_linux> Remote system type is UNIX.
<hf_linux> Using binary mode to transfer files.
<hf_linux> ftp> ls
<hf_linux> 227 Entering Passive Mode (211,92,88,40,74,130)
<hf_linux> ftp: connect: Connection refused
<hf_linux> ftp> ls

用gftp也不能list,但是非常奇怪的是我在windows下用eftp和是命令行都能看到文件
并且能上传下载安

TOP

windows 自身的 ftp 问题多多了 !


例如:

                *** Welcome to this anonymous ftp server! ***

    You are user 2 out of a maximum of 10 authorized anonymous logins.
    The current time here is Sat Nov 16 13:28:47 2002.
    If you experience any problems here, contact : gugong@fruitron.com.cn


****************************************************************************

230 Anonymous login ok, restrictions apply.
ftp> ?
Commands may be abbreviated.  Commands are:

!               delete          literal         prompt          send
?               debug           ls              put             status
append          dir             mdelete         pwd             trace
ascii           disconnect      mdir            quit            type
bell            get             mget            quote           user
binary          glob            mkdir           recv            verbose
bye             hash            mls             remotehelp
cd              help            mput            rename
close           lcd             open            rmdir
ftp> ls
200 PORT command successful

这里就没有反应啦,通过 防火墙来 ftp 一般要设置为被动模式,ftp 里面竟然找不到这个 命令!或许是我找不到的啦。同样的机器 ,Linux  则没有问题,flashget 也没有问题的。


       高举马列主义毛泽东思想 !!!

TOP

现在我得问题是:如何在wu-ftpd2.6里边把服务器设为支持passive mode?

TOP