QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 600|回复: 0

proftpd不能上传文件,我的proftpd.conf

[复制链接]
发表于 2003-2-11 19:13:33 | 显示全部楼层 |阅读模式
ServerName                      "FTP"
ServerType                      standalone
DefaultServer                   on

Port                            21
Umask                           022

# Global effect setting
    MaxInstances                    30
    TimeoutIdle                     180
    TimeoutLogin                    60
    TimeoutNoTransfer               300
    TimeoutStalled                  3600
    UseReverseDNS                   off

# Set the user and group that the server normally runs at.
User                            nobody
Group                           nobody
DefaultRoot                     /home/ftp

# Normally, we want files to be overwriteable.
<Directory /*>
  AllowOverwrite                on
</Directory>

# A basic anonymous configuration, no upload directories.
<Anonymous /home/ftp>
  User                          ftp
  Group                         ftp
  UserAlias                     anonymous ftp

  # Limit the maximum number of anonymous logins
  MaxClients                    10
  MaxClientsPerHost 2           "Please don't open more than 2 sessions."
  DisplayLogin                  welcome.msg
  DisplayFirstChdir             .message
  RequireValidShell             on

# Allow WRITE everywhere in the anonymous chroot
  <Limit WRITE>
    AllowAll
  </Limit>
# Writable directories for anonymous
    <Directory incoming/*>
        <Limit STOR MKD>
          AllowALL
        </Limit>
    </Directory>

</Anonymous>
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-17 10:58 , Processed in 0.036777 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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