1XdSe_cX Team PROFTPD 配置文档# This is a basic ProFTPD configuration file (rename it to 
 2XdSe_cX Team PROFTPD 配置文档# 'proftpd.conf' for actual use.  It establishes a single server
 3XdSe_cX Team PROFTPD 配置文档# and a single anonymous login.  It assumes that you have a user/group
 4XdSe_cX Team PROFTPD 配置文档"nobody" and "ftp" for normal operation and anon.
 5XdSe_cX Team PROFTPD 配置文档
 6XdSe_cX Team PROFTPD 配置文档ServerName            "XdSe_Ftp for Se Members~~"
 7XdSe_cX Team PROFTPD 配置文档ServerType            standalone
 8XdSe_cX Team PROFTPD 配置文档DefaultServer            on
 9XdSe_cX Team PROFTPD 配置文档
10XdSe_cX Team PROFTPD 配置文档# Port 21 is the standard FTP port.
11XdSe_cX Team PROFTPD 配置文档Port                21
12XdSe_cX Team PROFTPD 配置文档
13XdSe_cX Team PROFTPD 配置文档# Umask 022 is a good standard umask to prevent new dirs and files
14XdSe_cX Team PROFTPD 配置文档# from being group and world writable.
15XdSe_cX Team PROFTPD 配置文档Umask                022
16XdSe_cX Team PROFTPD 配置文档
17XdSe_cX Team PROFTPD 配置文档# To prevent DoS attacks, set the maximum number of child processes
18XdSe_cX Team PROFTPD 配置文档# to 30.  If you need to allow more than 30 concurrent connections
19XdSe_cX Team PROFTPD 配置文档# at once, simply increase this value.  Note that this ONLY works
20XdSe_cX Team PROFTPD 配置文档# in standalone mode, in inetd mode you should use an inetd server
21XdSe_cX Team PROFTPD 配置文档# that allows you to limit maximum number of processes per service
22XdSe_cX Team PROFTPD 配置文档# (such as xinetd).
23XdSe_cX Team PROFTPD 配置文档MaxInstances            30
24XdSe_cX Team PROFTPD 配置文档
25XdSe_cX Team PROFTPD 配置文档# Set the user and group under which the server will run.
26XdSe_cX Team PROFTPD 配置文档User                nobody
27XdSe_cX Team PROFTPD 配置文档Group                nobody
28XdSe_cX Team PROFTPD 配置文档
29XdSe_cX Team PROFTPD 配置文档
30XdSe_cX Team PROFTPD 配置文档# To cause every FTP user to be "jailed" (chrooted) into their home
31XdSe_cX Team PROFTPD 配置文档# directory, uncomment this line.
32XdSe_cX Team PROFTPD 配置文档DefaultRoot ~
33XdSe_cX Team PROFTPD 配置文档
34XdSe_cX Team PROFTPD 配置文档# Normally, we want files to be overwriteable.
35XdSe_cX Team PROFTPD 配置文档<Directory />
36XdSe_cX Team PROFTPD 配置文档  AllowOverwrite        on
37XdSe_cX Team PROFTPD 配置文档</Directory>
38XdSe_cX Team PROFTPD 配置文档
39XdSe_cX Team PROFTPD 配置文档<Global>
40XdSe_cX Team PROFTPD 配置文档RootLogin on
41XdSe_cX Team PROFTPD 配置文档UserAlias anonymous ftp
42XdSe_cX Team PROFTPD 配置文档UserPassword ftp 11G3BJNEUV/Pk
43XdSe_cX Team PROFTPD 配置文档</Global>
44XdSe_cX Team PROFTPD 配置文档
45XdSe_cX Team PROFTPD 配置文档<Anonymous /cvs/upload>
46XdSe_cX Team PROFTPD 配置文档User ftp
47XdSe_cX Team PROFTPD 配置文档UserAlias anonymous ftp
48XdSe_cX Team PROFTPD 配置文档Group proftpd
49XdSe_cX Team PROFTPD 配置文档</Anonymous>
50XdSe_cX Team PROFTPD 配置文档

在做这些配置之前必须建立nobody/nobody用户、组,

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2021-05-17
  • 2021-11-10
  • 2022-12-23
  • 2021-10-15
  • 2021-12-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2021-09-09
  • 2022-12-23
  • 2021-12-31
  • 2021-10-03
相关资源
相似解决方案