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

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

在做这些配置之前必须建立nobody/nobody用户、组,
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律