ftp上传出现553 Could not create file解决方法

1、设置selinux

vi /etc/sysconfig/selinux

将其中的SELINUX=enforcing改为SELINUX=disabled

2、设置如下

setsebool -P allow_ftpd_full_access 1

你可能感兴趣的:(ftp上传出现553 Could not create file解决方法)