|
debian系统
在第一次安装完vsftpd后,我添加了两个用户:ftpuse和ftpadm,一个组ftp,并将它们的家目录变换到
/home/ftp 下,/home/ftp文件的归属我也做了更改
debian:/home# ls -l
total 36
dr-xr-xr-x 4 ftpuse ftp 4096 2007-06-07 05:52 ftp
debian:/home/ftp# ls -l
total 24
drwxrwxrwx 2 ftpuse ftp 4096 2007-06-07 18:11 pub
drwxr-xr-x 2 ftpuse ftp 4096 2007-06-06 18:37 upload
-rwxr-xr-x 1 ftpuse ftp 25 2007-06-05 17:20 welcome.txt
发现新建的这两个用户不能登录ftp(从其它电脑上也不能登录ftp)。而在装vsftpd之前存在的用户hkqy能登录 ftp。
卸载后(apt-get --purge remove vsftpd),再重新安装问题仍然存在。
重装后,只是将local_enable设为YES, 其它未动.
----------------
ftpuse登录ftp
[右] 正在连接到 ftpuse -> IP=192.168.0.144 PORT=21 (第 2 次尝试)
[右] 已连接到 ftpuse
[右] 220 (vsFTPd 2.0.5)
[右] USER ftpuse
[右] 331 Please specify the password.
[右] PASS (hidden)
[右] 530 Login incorrect.
[右] 连接已失败
请各位看下是什么原因? thx |
|