|
我安装完vsftp后用匿名用户登录没有问题,但用系统用户登录出现如下错误:
C:\>ftp 192.168.0.122
Connected to 192.168.0.122.
220 "Welcome to FOOBAR FTP servic
User (192.168.0.122 none)): zhk
331 Please specify the password.
Password:
500 OOPS: chdir
500 OOPS: child died
Connection closed by remote host.
请问我哪个地方配错了,关于本地用户的配置如下:
local_enable=YES
local_umask=022 |
|