- 论坛徽章:
- 0
|
使用vsFTPd 2.0.1,设置ftp,以前没有设置虚拟用户时,可以用默认的用户登陆,现在设置了三个虚拟用户就无法登陆了
[root@localhost VIRTUAL_USERS]# ftp 127.0.0.1
Connected to 127.0.0.1 (127.0.0.1).
220 (vsFTPd 1.2.1)
Name (127.0.0.1:root): admin
331 Please specify the password.
Password:
500 OOPS: bad bool value in config file for: write_enable
Login failed.
421 Service not available, remote server has closed connection
ftp>;
[13]+ Stopped ftp 127.0.0.1
[root@localhost VIRTUAL_USERS]# ftp 127.0.0.1
Connected to 127.0.0.1 (127.0.0.1).
220 (vsFTPd 1.2.1)
Name (127.0.0.1:root): download
331 Please specify the password.
Password:
500 OOPS: bad bool value in config file for: anon_world_readable_only
Login failed.
421 Service not available, remote server has closed connection
ftp>;
[14]+ Stopped ftp 127.0.0.1
[root@localhost VIRTUAL_USERS]# ftp 127.0.0.1
Connected to 127.0.0.1 (127.0.0.1).
220 (vsFTPd 1.2.1)
Name (127.0.0.1:root): upload
331 Please specify the password.
Password:
500 OOPS: bad bool value in config file for: write_enable
Login failed.
421 Service not available, remote server has closed connection
ftp>;
[15]+ Stopped ftp 127.0.0.1 |
|