|
1,用了vsftpd
怎么在命令行环境下。直接添加只能登录FTP而不能登录系统的用户呢?
2,在服务端设置
# Allow anonymous FTP? (Beware - allowed by default if you comment this out).
anonymous_enable=NO
#
# Uncomment this to allow local users to log in.
#local_enable=YES
但是在用FLASHFXP 使用系统用户(普通系统用户)登录还是出现了:
[L] 500 OOPS: vsftpd: both local and anonymous access disabled!
何解? |
|