QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 734|回复: 3

我的proftpd为什么还是无法上传,ft

[复制链接]
发表于 2003-2-17 01:01:53 | 显示全部楼层 |阅读模式
看看我的proftpd.conf吧,哪里有错啊,看了好多文档,跟我的写得也都差不多啊,为什么我的就是无法上传?

ServerName                        "FTP"
ServerType                        standalone
DefaultServer                        on
Port                                21
Umask                                022
MaxInstances                    30
UseReverseDNS                   off
User                                nobody
Group                                nobody
DefaultRoot                        /home/ftp
<Directory /*>
  AllowOverwrite                on
</Directory>

<Anonymous /home/ftp>
  User                        ftp
  Group                        ftp
  UserAlias                anonymous ftp
  MaxClients                10
  MaxClientsPerHost 2           "Please don't open more than 2 sessions."
  DisplayLogin                welcome.msg
  DisplayFirstChdir                .message
  RequireValidShell                on
<Limit WRITE>
    DenyAll
</Limit>
<Directory incoming>
    AllowStoreRestart on
     <Limit WRITE>
       AllowALL  
      </Limit>  
</Directory>
</Anonymous>
发表于 2003-2-18 08:57:25 | 显示全部楼层
ftp 用户要有写目录 /home/ftp/incoming 的权限。
回复

使用道具 举报

发表于 2003-3-10 17:56:05 | 显示全部楼层
在写incoming的时候加上绝对路径试试
回复

使用道具 举报

发表于 2003-3-10 23:14:14 | 显示全部楼层
#chmod -cR 777 /home/ftp
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-17 07:54 , Processed in 0.062161 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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