免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2708 | 回复: 0
打印 上一主题 下一主题

[FTP] proftpd客户端登陆后无法更改文件属性 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-06-19 11:20 |只看该作者 |倒序浏览
这就是默认安装的
新建一个系统普通用户
用客户端登陆后无法更改文件属性,为什么???

谢谢 偶是新手,新装了台服务器,不太会弄
配置文件如下:(默认配置,一动也没有动过)


  1. # This is a basic ProFTPD configuration file (rename it to
  2. # 'proftpd.conf' for actual use.  It establishes a single server
  3. # and a single anonymous login.  It assumes that you have a user/group
  4. # "nobody" and "ftp" for normal operation and anon.

  5. ServerName                        "Eyes FTP SERVER ^-^"
  6. ServerType                        standalone
  7. DefaultServer                        on

  8. # Port 21 is the standard FTP port.
  9. Port                                21

  10. # Umask 022 is a good standard umask to prevent new dirs and files
  11. # from being group and world writable.
  12. Umask                                022

  13. # To prevent DoS attacks, set the maximum number of child processes
  14. # to 30.  If you need to allow more than 30 concurrent connections
  15. # at once, simply increase this value.  Note that this ONLY works
  16. # in standalone mode, in inetd mode you should use an inetd server
  17. # that allows you to limit maximum number of processes per service
  18. # (such as xinetd).
  19. MaxInstances                        30

  20. # Set the user and group under which the server will run.
  21. User                                nobody
  22. Group                                nogroup

  23. # To cause every FTP user to be "jailed" (chrooted) into their home
  24. # directory, uncomment this line.
  25. DefaultRoot ~

  26. # Normally, we want files to be overwriteable.
  27. AllowOverwrite                on

  28. # Bar use of SITE CHMOD by default
  29. <Limit SITE_CHMOD>
  30.   DenyAll
  31. </Limit>

  32. # A basic anonymous configuration, no upload directories.  If you do not
  33. # want anonymous users, simply delete this entire <Anonymous> section.
  34. <Anonymous ~ftp>
  35.   User                                ftp
  36.   Group                                ftp

  37.   # We want clients to be able to login with "anonymous" as well as "ftp"
  38.   UserAlias                        anonymous ftp

  39.   # Limit the maximum number of anonymous logins
  40.   MaxClients                        10

  41.   # We want 'welcome.msg' displayed at login, and '.message' displayed
  42.   # in each newly chdired directory.
  43.   DisplayLogin                        welcome.msg
  44.   DisplayFirstChdir                .message

  45.   # Limit WRITE everywhere in the anonymous chroot
  46.   <Limit WRITE>
  47.     DenyAll
  48.   </Limit>
  49. </Anonymous>
复制代码

[ 本帖最后由 YourEyes 于 2007-6-19 22:45 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP