免费注册 查看新帖 |

Chinaunix

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

[FTP] proftpd 1.3.0 'proftpd.conf' 未经过修改的 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-08-03 14:37 |只看该作者 |倒序浏览
# This is a basic ProFTPD configuration file (rename it to
#这是一个基本的ProFTPD配置文件(给它改名
# 'proftpd.conf' for actual use.  It establishes a single server
# ‘proftpd。conf为实际使用。  它建立一台唯一服务器
# and a single anonymous login.  It assumes that you have a user/group
#和唯一匿名注册。  它假设,您有一名用户小组
# "nobody" and "ftp" for normal operation and anon.
# “不久没人”和“ftp”为正常运行和。

ServerName                      "ProFTPD缺省设施"
ServerType                      standalone
DefaultServer                   on

# Port 21 is the standard FTP #口岸21是标准FTP口岸。
Port                            21

# Umask 022 is a good standard umask to prevent new dirs and files
Umask 022是防止新的dirs和文件的一好标准umask
# from being group and world writable.
#是小组和世界可写。
Umask                           022

# To prevent DoS attacks, set the maximum number of child processes
#防止DoS攻击, 设置子进程的最大数字
# to 30.  If you need to allow more than 30 concurrent connections
#到30。  如果您需要允许超过30一致连接
# at once, simply increase this value.  Note that this ONLY works
#立即, 简单地增加这价值。  注意这在
# in standalone mode, in inetd mode you should use an inetd server
独立模式下只运作#, 在inetd方式您应该使用允许您
# that allows you to limit maximum number of processes per service
限制过程的最大数字每项服务#的inetd服务器
# (such as xinetd).
# (例如xinetd)。
MaxInstances                    30

# Set the user and group under which the server will run.
#设置之下服务器将运行的用户和小组在。
User                            nobody
Group                           nogroup

# To cause every FTP user to be "jailed" (chrooted) into their home
#造成每名FTP用户“被拘留” (chrooted)入他们家庭

# directory, uncomment this line.
#目录, uncomment这条线。
#DefaultRoot ~

# Normally, we want files to be overwriteable.
#通常, 我们要文件overwriteable。

论坛徽章:
0
2 [报告]
发表于 2006-08-04 21:10 |只看该作者
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP