|
我用vsftpd在linux下搭建ftp服务环境,匿名登录后可以运行ls命令,但运行get命令出现如下错误:
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
c
226 Directory send OK.
ftp> get
Remote file c
Local file c
200 PORT command successful. Consider using PASV.
550 Failed to open file.
在ie浏览器中却可以下载
请问这是怎么了? |
|