• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

proftpd.sh

发布: 2007-5-25 23:43 | 作者: 未知 | 来源: Blog.ChinaUnix.net | 查看: 20次 | 进入软件测试论坛讨论

领测软件测试网 proftpd1.2.9

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

ServerName "Qifeng FTP Server"
ServerType standalone
DefaultServer on

# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

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


RequireValidShell off
ServerIdent off


# Set the user and group that the server normally runs at.
User nobody
Group nobody
# 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
# We want clients to be able to login with "anonymous" as well as "ftp"
        UserAlias anonymous ftp

# Limit the maximum number of anonymous logins
        MaxClients 10

# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
        DisplayLogin welcome.msg
        DisplayFirstChdir .message
# duan dian xu chuan
AllowRetrieveRestart on
AllowStoreRestart on

# Limit WRITE everywhere in the anonymous chroot
        <Limit WRITE>
                DenyAll
        </Limit>
</Anonymous>
DefaultRoot ~ ftpusers
TransferRate RETR 200 user xinxi
TransferRate RETR 500 user qifeng
#TransferRate RETR 500 user mir2
TransferRate STOR 5000 user gowl
TransferRate RETR 500 user gowl
TransferRate STOR 2000 user vip

#<VirtualHost 192.168.2.35>
#       ServerName "virtual FTP server"
#       <Limit LOGIN>
#               DenyAll
#       </Limit>
# <Anonymous /usr/local/private>
#               User private
#               Group private
#               <Limit LOGIN>
#                       AllowAll
#               </Limit>
#       </Anonymous>
#</VirtualHost>

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网