ubuntu_ftp_server配置方法【附root用户无法登陆ftp解决方案】

点击进入下载:http://d.download.csdn.net/down/3219009/xxd851116

 

百度文库快速浏览:http://wenku.baidu.com/view/2940bfe8856a561252d36f6d.html

 

 

root用户无法登陆见下图:

系统环境:ubuntu 10.10 

 

 

vi编辑注释后如下:

 

 

重启ftp:

 

root@ubuntu:/etc/pam.d# sudo service vsftpd restart

vsftpd start/running, process 1124

 

 

使用root登陆日志:

 

 

状态:正在连接 192.168.3.200:21...
状态:连接建立,等待欢迎消息...
响应:220 Welcome to blah xing's FTP service.
命令:USER root
响应:331 Please specify the password.
命令:PASS ****
响应:230 Login successful.
命令:SYST
响应:215 UNIX Type: L8
命令:FEAT
响应:211-Features:
响应: EPRT
响应: EPSV
响应: MDTM
响应: PASV
响应: REST STREAM
响应: SIZE
响应: TVFS
响应: UTF8
响应:211 End
命令:OPTS UTF8 ON
响应:200 Always in UTF8 mode.
状态:已连接
状态:读取目录列表...
命令:PWD
响应:257 "/root"
命令:TYPE I
响应:200 Switching to Binary mode.
命令:PASV
响应:227 Entering Passive Mode (192,168,3,200,239,221).
命令:LIST
响应:150 Here comes the directory listing.
响应:226 Directory send OK.
状态:列出目录成功

 

 

End!

posted @ 2011-04-23 15:13  笑的自然  阅读(882)  评论(0)    收藏  举报