CentOS下pure-ftpd效劳器报错530 login authentication怎样办?

相关游戏 相关文章 发表评论字体大小:【 | |

作者:佚名 2020-01-03 来源:本站整理    浏览:12     评论:0 条

  CentOS体系高停止pure-ftpd效劳器连贯时呈现了报错提示,即530 Login authentication failed,很多人其实不了解该报错的意义,上面小编便给各人引见高pure-ftpd效劳器报错该若何解决。

CentOS下pure-ftpd效劳器报错530 login authentication怎样办?

  连贯pure-ftpd的时分居然不克不及登录,老是提示:

  530 Login authentication failed

  Pure-Ftpd装置正在debian6上,以是取Centos高有些差别,封用调试形式:

  [root@localhost ~]# lftp

  lftp :~》 open -u feifei,“123456” 192.168.2.23

  lftp feifei@192.168.2.23:~》 debug

  lftp feifei@192.168.2.23:~》 ls

  ---- 在连贯到 192.168.2.23 (192.168.2.23) 端心 21

  《--- 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

  《--- 220-You are user number 2 of 50 allowed.

  《--- 220-Local time is now 02:46. Server port: 21.

  《--- 220-This is a private system - No anonymous login

  《--- 220-IPv6 connections are also welcome on this server.

  《--- 220 You will be disconnected after 15 minutes of inactivity.

  ---》 FEAT

  《--- 211-Extensions supported:

  《--- EPRT

  《--- IDLE

  《--- MDTM

  《--- SIZE

  《--- REST STREAM

  《--- MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;

  《--- MLSD

  《--- AUTH TLS

  《--- PBSZ

  《--- PROT

  《--- UTF8

  《--- TVFS

  《--- ESTA

  《--- PASV

  《--- EPSV

  《--- SPSV

  《--- ESTP

  《--- 211 End.

  ---》 AUTH TLS

  《--- 500 This security scheme is not implemented

  ---》 OPTS UTF8 ON

  《--- 200 OK, UTF-8 enabled

  ---》 OPTS MLST type;size;modify;UNIX.mode;UNIX.uid;UNIX.gid;

  《--- 200 MLST OPTS type;size;sizd;modify;UNIX.mode;UNIX.uid;UNIX.gid;unique;

  ---》 USER adminis

  《--- 331 User feifei OK. Password required

  ---》 PASS 123456

  《--- 530 Login authentication failed

  ---》 PWD

这些是你想要的吗?

相关游戏

网友评论

评论需审核后才能显示