500 OOPS: vsftpd: both local and anonymous access

配置ftp服务器,有如下报错

C:\netos74\bin>ftp 10.20.100.252
Connected to 10.20.100.252.
500 OOPS: vsftpd: both local and anonymous access disabled!
Connection closed by remote host.

解决办法

[[email protected] etc]# vi /etc/vsftpd/vsftpd.conf //修改vsftpd.conf文件

local_enable=YES                                 //把NO修改为YES

[[email protected] etc]# service vsftpd restart     //重新启动ftp服务器

C:\netos74\bin>ftp 10.20.100.252
Connected to 10.20.100.252.
220 (vsFTPd 2.0.1)
User (10.20.100.252:(none)):

时间: 2024-08-06 05:46:27

500 OOPS: vsftpd: both local and anonymous access的相关文章

500 OOPS: vsftpd: refusing to run with writable anonymous root

500 OOPS: vsftpd: refusing to run with writable anonymous root 以下就是解决的三个步骤,其中第一步,是我一直没有搞明白的,也是其中的重点: 1当时我在服务器上用命令ftp时,出现了以下的提示500 OOPS: vsftpd: refusing to run with writable anonymous root 所以在网上找到了这一篇文章: "如果我们已经把vsFTPd服务器启动好了,但登录测试是会出现类似下面的提示: 500 OO

Linux联接vsftpd:500 OOPS: vsftpd: refusing to run with writable root inside chroot ()错误

当我们限定了用户不能跳出其主目录之后,使用该用户登录FTP时往往会遇到这个错误: [html] view plaincopy 500 OOPS: vsftpd: refusing to run with writable root inside chroot () 这个问题发生在最新的这是由于下面的更新造成的: [html] view plaincopy - Add stronger checks for the configuration error of running with a wri

500 OOPS: vsftpd: refusing to run with writable root inside chroot()

Ubuntu 12.04 64bit系统下安装的vsftpd,在登陆时提示500 OOPS: vsftpd: refusing to run with writable root inside chroot().根本原因在于,从vsftpd_2.3.5版开始,取消了根目录的可写权限.因此,网上的普遍解决方案是以下两种: 方案一 $ chmod a-w /vaf/ftp 方案二 $ vim /etc/vsftpd.conf add the following allow_writeable_chr

【转】vsftp 遇到错误 500 OOPS: vsftpd: refusing to run with writable root inside chroot()--不错

原文网址:http://linux.it.net.cn/e/server/ftp/2015/0227/13554.html 当我们限定了用户不能跳出其主目录之后,使用该用户登录FTP时往往会遇到这个错误: 500 OOPS: vsftpd: refusing to run with writable root inside chroot () 这个问题发生在最新的这是由于下面的更新造成的:  IT网,http://www.it.net.cn - Add stronger checks for t

vsftpd:500 OOPS: vsftpd: refusing to run with writable root inside chroot ()错误的解决方法

当我们限定了用户不能跳出其主目录之后,使用该用户登录FTP时往往会遇到这个错误: 500 OOPS: vsftpd: refusing to run with writable root inside chroot () 这个问题发生在最新的这是由于下面的更新造成的: - Add stronger checks for the configuration error of running with a writeable root directory inside a chroot(). Thi

vsftpd之解决500 OOPS: vsftpd: refusing to run with writable root inside chroot ()

问题描述:    登陆vsftpd后,上传文件提示500 OOPS: vsftpd: refusing to run with writable root inside chroot () 问题原因: vsftpd对chroot的根目录加强了检查,禁锢根目录后,如果根目录有写入权限,则会出现此提示. 解决方案: 个人推荐第一种. 1.在配置文件中增加一行: #vim /etc/vsftpd/vsftpd.conf allow_writeable_chroot=YES 2.更改根目录的权限: 假设

vsftp--500 OOPS: vsftpd: refusing to run with writable root inside chroot()

概述: 今天把服务器升级到了Centos7,准备弄一个vsftpd做一个简单的权限控制,如下 1,local_enable=YES        ###允许用户登录. 2,chroot_local_user=YES    ##所有用户chroot 设置好了,但是报错 500 OOPS: vsftpd: refusing to run with writable root inside chroot() 内核: Linux localhost.localdomain 3.10.0-123.el7.

不关闭seLinux解决vsftpd服务本地用户不能登录问题(500 OOPS: cannot change directory:/home/***

这里不讲vsftpd的基本配置,网上教程已经太多了.这里只说seLinux的问题. 日前在CentOS6.5中安装了vsftpd,按照网上搜索的教程,配置好/etc/vsftpd/vsftpd.conf,重新启动后,登录实验,又出现了著名的不能设置主目录错误: 500 OOPS: cannot change directory:/home/******* 500 OOPS: child died 再到网上求助,发现多数都是让关掉seLinux服务,我记得以前也是这么做得,不过总觉得是有点因噎废食

vsftpd: 500 OOPS: missing value in config file 解决方法

今天项目需求要弄个vsftpd,根据以前的配置加了下, 在启动的时候居然出现错误,瞬间蛋碎一地了: [[email protected] vsftpd]# /etc/init.d/vsftpd restart Shutting down vsftpd:                                      [FAILED] Starting vsftpd for vsftpd: 500 OOPS: missing value in config file for: