Linux FTP服务安装和远程登录失败

问题:本机VPlayer安装pure-ftpd  ftp服务,通过flashfxp从windows连接出现以下错误:

 1 [左] 正在连接到 vmare -> IP=192.168.174.133 PORT=21

 2 [左] 已连接到 vmare

 3 [左] 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

 4 [左] 220-You are user number 1 of 50 allowed.

 5 [左] 220-Local time is now 22:51. Server port: 21.

 6 [左] 220-This is a private system - No anonymous login

 7 [左] 220-IPv6 connections are also welcome on this server.

 8 [左] 220 You will be disconnected after 15 minutes of inactivity.

 9 [左] USER fubin

10 [左] 331 User fubin OK. Password required

11 [左] PASS (隐藏)

12 [左] QUIT

 

安装pure-ftpd过程:

 1 安装 sudo apt-get install pure-ftpd

2 查看21端口是否开启:sudo netstat –nl 

 

第十行:password required 说明密码规则不正确。

修改用户密码 要求:字母开头,必须有大写,小写字母,数字,特殊字符,8位以上。

登录成功。

 

你可能感兴趣的:(linux)