530 This FTP server is anonymous only vsftp服务器登录失败解决方案

http://blog.csdn.net/pipisorry/article/details/39647931

用本机用户登录vsftp出现错误:

[email protected]:~#ftp
ftp> open 127.0.0.1
Connected to 127.0.0.1.
220 (vsFTPd 2.3.5)
Name (127.0.0.1:pipi):
530 This FTP server is anonymous only.
Login failed.
ftp> quit

登录失败原因:

vsftp服务器安装后默认不允许本地用户登录,出现该错误,需要修改vsftp配置文件。

解决:

    vim /etc/vsftpd.conf   vi /etc/vsftpd.conf

Now, the following lines will be commented, uncomment them.

将local_enable=YES, write_enable=YES前的#注释取消;

local_enable=YES    – this lets the local users login via FTP

write_enable=YES   – this lets the users upload files

在anonymous_enable=YES前加上#注释

Save and quit the file.

重启vsftp服务:

    /etc/init.d/vsftpd restart

[email protected]:~#ftp
ftp> open 127.0.0.1
Connected to 127.0.0.1.
220 (vsFTPd 2.3.5)
Name (127.0.0.1:pipi): pipi
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> 

from:http://blog.csdn.net/pipisorry/article/details/39647931

ref:530 This FTP server is anonymous only. Login failed.

时间: 2024-10-26 15:41:52

530 This FTP server is anonymous only vsftp服务器登录失败解决方案的相关文章

SQL Server 2005 sa登录失败。已成功与服务器建立连接 但是在登录过程中发生错误。 provider 共享内存提供程序 error 0 管道的另一端上无任何进程。

SQL Server 2005 Express版 用户 'sa' 登录失败.该用户与可信 SQL Server 连接无关联.提示错误:已成功与服务器建立连接 但是在登录过程中发生错误. provider 共享内存提供程序 error 0 管道的另一端上无任何进程. 解决方案: 1.首先选中服务器(右键)->属性->安全性->服务器身份验证修改为"SQL SERVER和WINDOWS身份验证模式"2.其次展开服务器下面的"安全性"文件夹->登陆

IIS FTP Server Anonymous Writeable Reinforcement, WEBDAV Anonymous Writeable Reinforcement(undone)

目录 0. 引言 1. IIS 6.0 FTP匿名登录.匿名可写加固 2. IIS 7.0 FTP匿名登录.匿名可写加固 3. IIS 6.0 Anonymous PUT(WEBDAV匿名可写)加固 4. IIS 7.0 Anonymous PUT(WEBDAV匿名可写)加固 5. IIS ISAPI Filter(isapiFilters) 6. IIS Extension 7. IIS FTP匿名登录的自动化修复 8. IIS WEBDAV匿名访问的自动化修复 9. IIS 恶意Filter

setup FTP server on CentOS 7

https://www.unixmen.com/install-configure-ftp-server-centos-7/ vsftpd (Very Secure File Transport Protocol Daemon) is a secure, fast FTP server for Unix/Linux systems. # install vsftp yum install vsftpd -y #edit config file and ## disable anonymous l

centos 安装FTP server详情(转)

centos 安装FTP server详情 分类: linux 2013-12-27 16:45 227人阅读 评论(0) 收藏 举报 我们这里以安装vsftpd 服务器端为例子: 1.进入到centos 终端上 首先执行 yum search vsftpd 查看安装软件名字; 2.然后安装 列出来的软件名,首选第一个 yum install vsftpd,开始执行安装 3.安装好后通过 service vsftpd status 查看ftp 运行状态 如果没运行 可以使用 service vs

Setup FTP Server step by step in CentOS / RHEL / Scientific Linux 6.3/6.4/6.5

https://ostechnix.wordpress.com/2013/12/15/setup-ftp-server-step-by-step-in-centos-6-x-rhel-6-x-scientific-linux-6-x/ This tutorial shows you how to install and configure FTP server in CentOS 6.5. Though the steps provided here are tested in CentOS 6

linux下配置FTP Server

FTPServer RHEL5.1_A FTP Server(VM1) ---------  (VM1)RHEL5.1_B FTP Client 192.168.10.254                       C   真实机Win7 Client 实验一:搭建简单的FTP服务器 实验要求: 配置可匿名上传FTP服务 服务器的搭建 1.安装软件包 [[email protected] Server]#rpm -ivh vsftpd-2.0.5-28.el5.x86_64.rpm 或者用:

FTP server 虚拟账户

避免了使用操作系统账户的密码,可以使用指定文件的用户名和密码,但必须在系统中使用一个代理用户 系统包安装 SUSE Linux Server 11.3 X64 # rpm -ivh db-utils-4.5.20-95.39.x86_64.rpm # rpm -ivh vsftpd-2.0.7-4.25.1.x86_64.rpm 步骤: 1.建立虚拟用户口令库文件 2.生成vsftpd的认证文件  (/etc/pam.d/vsftpd/) 3.建立虚拟用户所需的PAM配置文件 4.建立虚拟用户所

LAMP环境搭建 Linux/SSH/FTP server

LAMP:linux + apache +mysql+php 附:SSH/FTP server 1.安装Ubuntu server 请参考官方文档 http://www.ubuntu.org.cn/download/server 2.修改root账户密码 [su/sudo] 打开终端输入: sudo passwd root ---输入当前账号密码 ---输入新root密码 ---再次输入新root密码 3.安装SSH服务 打开终端输入: sudo apt-get update ------更新软

启动BusyBox内建的FTP Server

启动BusyBox内建的FTP Server 要启动BusyBox内建的FTP Server,我们需要先孰悉tcpsvd与ftpd这两个命令. tcpsvd可以建立TCP socket,并将它bind在某个ip跟port,或是bind在某个程序上面. www.it165.net ftpd则是Anonymous FTP server,它不做身分的验证,所以启动后我们使用Guest就可以直接连上去.ftpd它可透过设定inetd.conf去启动服务,或是搭配tcpsvd来做运行. 这两个命令理解了后