Chinaunix首页 | 论坛 | 博客
  • 博客访问: 82240
  • 博文数量: 32
  • 博客积分: 1526
  • 博客等级: 上尉
  • 技术积分: 270
  • 用 户 组: 普通用户
  • 注册时间: 2009-10-28 13:56
文章分类

全部博文(32)

文章存档

2012年(1)

2011年(15)

2010年(1)

2009年(15)

我的朋友
最近访客

分类:

2009-11-18 11:17:43

在登录了ftp服务器之后,使用dir命令时出现如下一个提示
 
ftp> dir
227 Entering Passive Mode
 
然后就停止在这里没有反应了,当然也没有结果出来。这个时候可以按ctrl+c,然后输入passive,在输入命令dir,就可以得到你想要的结果了。
 
ftp> dir
227 Entering Passive Mode
receive aborted
waiting for remote to finish abort
ftp> passive
Passive mode off.
ftp> dir
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
drwxr-xr-x    3 0        0            4096 Nov 17 16:31 pub
226 Directory send OK.
ftp>
阅读(1571) | 评论(0) | 转发(0) |
0

上一篇:字符串操作

下一篇:查看Ubuntu的版本

给主人留下些什么吧!~~