ubuntu下的vsftpd配置
装好vsftpd之后,用本地用户登录时报错响应: 530 This FTP server is anonymous only.
需要修改/etc/vsftpd.conf文件
local_enable=YES
chroot_local_user=YES
保存后重启
/etc/init.d/vsftpd restart
又报错。
响应: 500 OOPS: vsftpd: refusing to run with writable root inside chroot()
原来用户根目录不能有写入权限,执行chmod -w .即可。
文件无法上传?
write_enable=YES
页:
[1]