[问题]ftp服务器用命令登录不上,用浏览器能登录

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
头像
amro
帖子: 106
注册时间: 2007-09-04 18:13

[问题]ftp服务器用命令登录不上,用浏览器能登录

#1

帖子 amro » 2008-02-21 10:59

代码: 全选

ftp> open 218.63.202.199 2121
Connected to 218.63.202.199.
220 Serv-U FTP Server v6.2 for WinSock ready...
Name (218.63.202.199:amro): amro
331 User name okay, need password.
Password:
230 User logged in, proceed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> rstatus
211-Status for user amro from *****:
    Stored 0 files, 0 kBytes
    Retrieved 0 files, 0 kBytes
211 End of status.

ftp> status
Connected to 218.63.202.199.
No proxy connection.
Mode: stream; Type: binary; Form: non-print; Structure: file
Verbose: on; Bell: off; Prompting: on; Globbing: on
Store unique: off; Receive unique: off
Case: off; CR stripping: on
Quote control characters: on
Ntrans: off
Nmap: off
Hash mark printing: off; Use of PORT cmds: on
Tick counter printing: off
ftp>ls
200 PORT Command successful.
150 Opening ASCII mode data connection for /bin/ls.
ftp: accept: Interrupted system call
                                                   [b]  #受不了拉,按了“Ctrl+C...”[/b]
receive aborted
waiting for remote to finish abort
426 Data connection closed, transfer aborted.
226 ABOR command successful.
ftp> nlist
200 PORT Command successful.
550 No files found.
ftp> dir
200 PORT Command successful.
150 Opening ASCII mode data connection for /bin/ls.
ftp: accept: Interrupted system call

receive aborted
waiting for remote to finish abort
426 Data connection closed, transfer aborted.
226 ABOR command successful.
ftp> close
221 Goodbye!
ftp>
浏览器里面就可以登录,并正常下载里面的动画,为什么命令行就不行?是不是我的ftp需要更改设置?谢谢
回复