码迷,mamicode.com
首页 > 其他好文 > 详细

虚拟用户登录FTP错误 500 OOPS: bad bool value in config file for: anon_world_readable_only Login failed.

时间:2017-11-22 13:03:01      阅读:860      评论:0      收藏:0      [点我收藏+]

标签:only   roo   remote   connect   span   led   file   password   color   

[root@hyc ~]# ftp 192.168.254.5     
Connected to 192.168.254.5 (192.168.254.5).
220 Welcome to blah FTP service.
Name (192.168.254.5:root): user2
331 Please specify the password.
Password:
500 OOPS: bad bool value in config file for: anon_world_readable_only
Login failed.
421 Service not available, remote server has closed connection

在利用虚拟用户登录时出现这种错误,是因为用户配置文件中行末尾有空格。

anon_world_readable_only=NO
anon_upload_enable=YES 
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
每行末尾不能有空格。

 

虚拟用户登录FTP错误 500 OOPS: bad bool value in config file for: anon_world_readable_only Login failed.

标签:only   roo   remote   connect   span   led   file   password   color   

原文地址:http://www.cnblogs.com/hyc-blog/p/7878458.html

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