vsftp服务器配置(二)
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-04-06
nnected to 192.168.88.22.
220 (vsFTPd 2.0.1)
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (192.168.88.22:root): oralce
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (192,168,88,22,197,148)
150 Here comes the directory listing.
-rw-r--r--
拥有帝国一切,皆有可能。欢迎访问phome.net 1 0 0 8 Jan 02 10:16 mm
drwx---rwx 2 0 0 4096 Jan 02 11:19 pub
226 Directory send OK.
ftp> cd pub
250 Directory successfully changed.
ftp> mkdir mm
257 "/pub/mm" created
ftp> ls
227 Entering Passive Mode (192,168,88,22,210,125)
150 Here comes the directory listing.
drwxr-xr-x 2 14 50 4096 Jan 02 11:20 mm
226 Directory send OK.
ftp>
可以看出test用户不能创建文件,而oralce用户可以进行创建.
注意:对于匿名用户,如果需要禁止匿名用户连接ftp服务器,那么在配置文件中将匿名用户的参数修改为no,不能注销,![]() ![]() ![]() ![]() |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: ubuntu 查看和关闭端口下一篇: vsftp服务器配置(一)
关于vsftp服务器配置(二)的所有评论