|
我装了一个vsftpd 匿名用户可以登录 但不能上传 附上错误信息
望高手指点
正在连接到 192.168.32.113
已连接到 192.168.32.113 -> IP=192.168.32.113 PORT=21
220 Welcome to weegc'FTP service.
USER anonymous
331 Please specify the password.
PASS (hidden)
230 Login successful.
SYST
215 UNIX Type: L8
REST 100
350 Restart position accepted (100).
REST 0
350 Restart position accepted (0).
CWD /
550 Failed to change directory.
传输已失败: quick.dat.bak
CWD /
550 Failed to change directory.
传输已失败: 自述文件.txt
PWD
257 "/"
TYPE A
200 Switching to ASCII mode.
PASV
227 Entering Passive Mode (192,168,32,113,102,34)
LIST
150 Here comes the directory listing.
226 Transfer done (but failed to open directory).
传输队列已完成
4 个文件传输失败 |
|