vsftp “553 Could not create file.” 错误
一、 先确保你的SELinux关闭了,命令如下:
?
sestatus?
返回“SELinux status: ? ? ?disabled”,可以进行下一步。否则看这篇文章:http://heipark.iteye.com/blog/1671578
?
二、确保你的上传目录权限为777
?
三、上传命令要写对:
?
√ put c:/Go.txt /data/cache4//src/Go.txt?
--end
?
?