问题:本机VPlayer安装pure-ftpd ftp服务,通过flashfxp从windows连接出现以下错误:
[左] 正在连接到 vmare -> IP=192.168.174.133 PORT=21
[左] 已连接到 vmare
[左] 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
[左] 220-You are user number 1 of 50 allowed.
[左] 220-Local time is now 22:51. 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.
[左] USER fubin
[左] 331 User fubin OK. Password required
[左] PASS (隐藏)
[左] QUIT
安装pure-ftpd过程:
安装 sudo apt-get install pure-ftpd
查看21端口是否开启:sudo netstat –nl
第十行:password required 说明密码规则不正确。
修改用户密码 要求:字母开头,必须有大写,小写字母,数字,特殊字符,8位以上。
登录成功。
如何在linux中搭建FTP服务:http://www.linuxdiyf.com/linux/14409.html
Ubuntu下架设FTP服务器:http://www.linuxdiyf.com/linux/13393.html
Ubuntu 12.04搭建tftp服务器的安装、设置、调试:http://www.linuxdiyf.com/linux/10733.html
Ubuntu 14.04下FTP服务器的搭建:http://www.linuxdiyf.com/linux/10217.html
CentOS 7搭建ftp服务器:http://www.linuxdiyf.com/linux/12471.html