- 論壇徽章:
- 0
|
使用vsFTPd 2.0.1,設(shè)置ftp,以前沒有設(shè)置虛擬用戶時,可以用默認(rèn)的用戶登陸,現(xiàn)在設(shè)置了三個虛擬用戶就無法登陸了
[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 |
|