功夫不负有心人 重新按教程http://wiki.ubuntu.org.cn/Vsftpd走了一遍流程:另加上
anon_root=/home/cc/AAA
anon_umask=022
并按照这个地址https://bbs.archlinux.org/viewtopic.php?id=147074所言
加上了seccomp_sandbox=NO
成功解决了
状态: 正在连接 192.168.1.102:21...
状态: 连接建立,等待欢迎消息...
响应: 220 (vsFTPd 3.0.2)
命令: USER anonymous
响应: 331 Please specify the password.
命令: PASS **************
响应: 230 Login successful.
命令: SYST
响应: 215 UNIX Type: L8
命令: FEAT
响应: 211-Features:
响应: EPRT
响应: EPSV
响应: MDTM
响应: PASV
响应: REST STREAM
响应: SIZE
响应: TVFS
响应: UTF8
响应: 211 End
命令: OPTS UTF8 ON
响应: 200 Always in UTF8 mode.
状态: 已连接
状态: 读取目录列表...
命令: PWD
响应: 257 "/"
命令: TYPE I
响应: 200 Switching to Binary mode.
命令: PASV
响应: 227 Entering Passive Mode (192,168,1,102,151,21).
命令: LIST
响应: 150 Here comes the directory listing.
响应: 226 Directory send OK.
状态: 列出目录成功
状态: 读取目录列表...
命令: CWD 111
响应: 250 Directory successfully changed.
命令: PWD
响应: 257 "/111"
命令: PASV
响应: 227 Entering Passive Mode (192,168,1,102,224,98).
命令: LIST
响应: 150 Here comes the directory listing.
响应: 226 Directory send OK.
状态: 列出目录成功
状态: 正在连接 192.168.1.102:21...
状态: 连接建立,等待欢迎消息...
响应: 220 (vsFTPd 3.0.2)
命令: USER anonymous
响应: 331 Please specify the password.
命令: PASS **************
响应: 230 Login successful.
命令: OPTS UTF8 ON
响应: 200 Always in UTF8 mode.
状态: 已连接
状态: 开始上传 /bin/busybox
命令: CWD /111
响应: 250 Directory successfully changed.
命令: PWD
响应: 257 "/111"
命令: TYPE A
响应: 200 Switching to ASCII mode.
命令: PASV
响应: 227 Entering Passive Mode (192,168,1,102,190,125).
命令: STOR busybox
响应: 150 Ok to send data.
响应: 226 Transfer complete.
状态: 文件传输成功,传输了 2.1 MB (用时1 秒)
状态: 读取目录列表...
命令: TYPE I
响应: 200 Switching to Binary mode.
命令: PASV
响应: 227 Entering Passive Mode (192,168,1,102,111,225).
命令: LIST
响应: 150 Here comes the directory listing.
响应: 226 Directory send OK.
状态: 计算服务器时差...
命令: MDTM busybox
响应: 213 20130623151038
状态: 时差: 服务器为 0 秒。 本地: 28800 秒。 相差: 28800 秒。
状态: 列出目录成功
状态: 开始下载 /111/busybox
状态: 跳过下载 /111/busybox
状态: 文件传输被跳过
状态: 开始下载 /111/busybox
命令: TYPE A
响应: 200 Switching to ASCII mode.
命令: PASV
响应: 227 Entering Passive Mode (192,168,1,102,177,39).
命令: RETR busybox
响应: 550 Failed to open file.
错误: 严重文件传输错误
属主也更改了: