window中ftp上传时553 Could not create file解决方案

在window中使用ftp上传文件时,会出现下列问题

200 PORT command successful. Consider using PASV. 553 Could not create file.
解决方案
在虚拟机中对ftp的配置进行对应的配置如下图所示
window中ftp上传时553 Could not create file解决方案
上述命令:
setsebool 对应配置 1 如:setsebool tftp_home_dir 1
getsebool -a |grep ftp #ftp 相关配置
sudo systemctl restart vsftpd.service #重启虚拟机中ftp的命令