- 论坛徽章:
- 0
|
关于VSFTP在LINUX下改完端口号就无法在IE中登录的问题请教!!!
你用ftp工具登录时的信息能否贴出来?类似这样的:
响应: 220 Welcome to blah FTP service.
命令: USER james
响应: 331 Please specify the password.
命令: PASS ********
响应: 230 Login successful.
命令: FEAT
响应: 211-Features:
响应: EPRT
响应: EPSV
响应: MDTM
响应: PASV
响应: REST STREAM
响应: SIZE
响应: TVFS
响应: 211 End
命令: SYST
响应: 215 UNIX Type: L8
状态: 连接成功
状态: 正在取得目录列表...
命令: PWD
响应: 257 "/home/james"
命令: PORT 192,168,10,101,18,235
响应: 200 PORT command successful. Consider using PASV.
命令: TYPE A
响应: 200 Switching to ASCII mode.
命令: LIST
响应: 150 Here comes the directory listing.
响应: 226 Directory send OK.
状态: 成功取得目录列表 |
|