QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 554|回复: 2

wu-ftp的上传?

[复制链接]
发表于 2003-7-2 15:31:06 | 显示全部楼层 |阅读模式
我用的是红帽7.3,自带的wu-ftp,不知道怎么可以允许上传?我试过upload ,但没成功。具体方法:
     upload /var/ftp * no
       upload /var/ftp/incoming yes ftp ftp 0755 dirs
      
     因为我的 ftp文件夹是在 /var 下,我把 incoming 的权限设置为 drwxrwxrwx,还是不行,请高手赐教!
发表于 2003-7-6 02:12:49 | 显示全部楼层
假设匿名账号 ftp, 主目录 /home/ftp
允许上传的目录为 /home/ftp/incoming
那么,在 /etc/wu-ftpd/ftpaccess 文件的最后:

# Anonymous FTP directories upload settings
#         anon-ftp-root        path                allow?        owner        group        mode        dirs?
upload        /home/ftp        *                no
upload        /home/ftp        /incoming        yes        ftp        daemon        0666        nodirs

# What can a filename contain (this /etc is under the anonymous-FTP root)
path-filter        anonymous        /etc/pathmsg  ^[-+A-Za-z0-9_.]*$  ^\.  ^-

# Shortcuts for anonymous FTP incoming (note: the ':' isn't obligatory)
alias        incoming:        /incoming
cdpath        /pub


还有,顺便提一下,上传目录 incoming 一般设为黑洞模式,即权限为drwxr-x-wx (753),
普通用户只有写的权限,没有读和查找的权限。当然各人需要不同,不想这样设置也是可以的。
回复

使用道具 举报

 楼主| 发表于 2003-7-7 14:34:27 | 显示全部楼层

wu-ftp问题的解决

原先的
  upload /var/ftp * no
  upload /var/ftp/incoming yes ftp ftp 0755 dirs
改为
  upload /var/ftp * no
  upload /var/ftp/incoming * yes ftp ftp 0755 dirs
就可以了!   
  在这里谢谢xiaojun了!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-16 08:52 , Processed in 0.060387 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表