版本:vsftpd-3.0.2-22.el7.x86_64
使用虚拟账号FTP 使用FileZilla上传出现错误: 553 Could not create file
解决:
1、关闭selinux
2、修改/etc/vsftpd/vsftpd.conf
配置文件
anon_upload_enable=YES
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
allow_writeable_chroot=YES //设置这个后可以把/home/ftp/tom权限设为777,
而不报错500 OOPS: vsftpd: refusing to run with writable root inside chroot(),也解决了上传问题