首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > VSTS >

vsftp “553 Could not create file.” 异常

2013-02-19 
vsftp “553 Could not create file.” 错误一、 先确保你的SELinux关闭了,命令如下:?sestatus?返回“SELinux

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

?

?

热点排行