码迷,mamicode.com
首页 > Web开发 > 详细

linux学习记录-----vsftpd文件上传(550 create directory operation failed)

时间:2018-01-06 20:05:02      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:默认   ati   fail   学习   学习记录   权限   linux   tp服务器   关闭   

1、连接条件:服务端服务开启,防火墙关闭

2、ftp服务器的路径可手动配置,默认为:var/ftp/pub,必须确保pub目录有足够的权限

3、匿名登陆的用户名为:anonymous,密码为空,当时匿名登陆时候,必须确保pub目录对匿名用户开放:chmod o+w /var/ftp/pub

4、同时更改SELinux设置:setsebool -P ftpd_full_access=on

--------------顺利完成vsftp服务文件匿名上传

 

linux学习记录-----vsftpd文件上传(550 create directory operation failed)

标签:默认   ati   fail   学习   学习记录   权限   linux   tp服务器   关闭   

原文地址:https://www.cnblogs.com/xcggdd/p/8215030.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!