|
|
小生, 安着论坛上的帖子, 架了一个ftp服务器
配置文件如下
listen=YES
pam_service_name=vsftpd
anonymous_enable=YES
local_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
xferlog_std_format=yes
connect_from_port_20=YES
ftpd_banner=Welcome to Athlon_r's FTP service.
下面是 用gftp登录的 错误提示!!!
220 Welcome to Athlon_r's FTP service.
USER anonymous
331 Please specify the password.
PASS xxxx
500 OOPS: vsftpd: refusing to run with writable anonymous root
正在断开与站点 192.168.1.66 的连接
请问 这是为什么? |
|