vsftp 331 Please specify the password.

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vsftp 331 Please specify the password.相关的知识,希望对你有一定的参考价值。

技术分享

CetnOS中服务器端已经使用yum安装好vsftpd,使用windows 7系统进行连接测试

C:\Users\Administrator>ftp 192.168.1.6

连接到 192.168.1.6。

220 (vsFTPd 2.2.2)

用户(192.168.1.50:(none)): ithov

331 Please specify the password.

密码:

500 OOPS: cannot change directory:/home/ithov

500 OOPS: child died

远程主机关闭连接。

发现服务器本地用户不能正常登陆,但匿名用户登陆正常,我们需要修改一下服务器端环境的配置,操作如下:

[[email protected] ~]# setsebool ftpd_disable_trans 1

Could not change active booleans: Invalid boolean

又出现一个错误,我们将ftp_home_dir设置为on,重启vsftpd。

[[email protected] ~]# setsebool ftp_home_dir=1

[[email protected] ~]# service vsftpd restart 

关闭 vsftpd:[确定]

为 vsftpd 启动 vsftpd:[确定]

[[email protected] ~]# sestatus -b| grep ftp

allow_ftpd_anon_write                       off

allow_ftpd_full_access                      off

allow_ftpd_use_cifs                         off

allow_ftpd_use_nfs                          off

ftp_home_dir                                on

ftpd_connect_db                             off

ftpd_use_passive_mode                       off

httpd_enable_ftp_server                     off

tftp_anon_write                             off

重新在windows 7下面连接,正常啦!用户可以登陆啦!

C:\Users\Administrator>ftp 192.168.1.6

连接到 192.168.1.6。

220 (vsFTPd 2.2.2)

用户(192.168.1.6:(none)): ithov

331 Please specify the password.

密码:

230 Login successful.

ftp>


以上是关于vsftp 331 Please specify the password.的主要内容,如果未能解决你的问题,请参考以下文章

JSCS: Please specify path to 'JSCS' package

pycharm please specify a different SDK name的解决办法

pycharm 报错:pycharm please specify a different SDK name

webstrom报please specify path to jscs'package 是怎么回事

git服务端问题解决 fatal: No remote repository specified. Please, specify either a URL or a remote name fr

idea scala 报 with UTF-8 Please try specifying another one using the -encoding option