XdSe_cX Team PROFTPD 配置文档

本文详细介绍了ProFTPD的基本配置方法,包括服务器设置、权限控制、连接限制等内容,并提供了具体的配置示例。
 1None.gif# This is a basic ProFTPD configuration file (rename it to 
 2None.gif# 'proftpd.conf' for actual use.  It establishes a single server
 3None.gif# and a single anonymous login.  It assumes that you have a user/group
 4None.gif"nobody" and "ftp" for normal operation and anon.
 5None.gif
 6None.gifServerName            "XdSe_Ftp for Se Members~~"
 7None.gifServerType            standalone
 8None.gifDefaultServer            on
 9None.gif
10None.gif# Port 21 is the standard FTP port.
11None.gifPort                21
12None.gif
13None.gif# Umask 022 is a good standard umask to prevent new dirs and files
14None.gif# from being group and world writable.
15None.gifUmask                022
16None.gif
17None.gif# To prevent DoS attacks, set the maximum number of child processes
18None.gif# to 30.  If you need to allow more than 30 concurrent connections
19None.gif# at once, simply increase this value.  Note that this ONLY works
20None.gif# in standalone mode, in inetd mode you should use an inetd server
21None.gif# that allows you to limit maximum number of processes per service
22None.gif# (such as xinetd).
23None.gifMaxInstances            30
24None.gif
25None.gif# Set the user and group under which the server will run.
26None.gifUser                nobody
27None.gifGroup                nobody
28None.gif
29None.gif
30None.gif# To cause every FTP user to be "jailed" (chrooted) into their home
31None.gif# directory, uncomment this line.
32None.gifDefaultRoot ~
33None.gif
34None.gif# Normally, we want files to be overwriteable.
35None.gif<Directory />
36None.gif  AllowOverwrite        on
37None.gif</Directory>
38None.gif
39None.gif<Global>
40None.gifRootLogin on
41None.gifUserAlias anonymous ftp
42None.gifUserPassword ftp 11G3BJNEUV/Pk
43None.gif</Global>
44None.gif
45None.gif<Anonymous /cvs/upload>
46None.gifUser ftp
47None.gifUserAlias anonymous ftp
48None.gifGroup proftpd
49None.gif</Anonymous>
50None.gif

在做这些配置之前必须建立nobody/nobody用户、组,
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值