当前位置: 代码迷 >> VSTS >> vsftp “553 Could not create file.” 异常
  详细解决方案

vsftp “553 Could not create file.” 异常

热度:2665   发布时间:2013-02-26 00:00:00.0
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
X put c:/Go.txt /data/cache4//src/

?

--end

?

?

  相关解决方案