XdSe_cX Team PROFTPD 配置文档

系统 Linux
ProFTPD:一个Unix平台上或是类Unix平台上(如Linux, FreeBSD等)的FTP服务器程序,它是在自由软件基金会的版权声明(GPL)下开发、发布的免费软件,也就是说任何人只要遵守GPL版权声明,都可以随意修改源始码。

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>  

通过整个正文的描述,我们知道了XdSe_cX Team PROFTPD 配置文档。希望对你们有用!

【编辑推荐】

 

责任编辑:赵鹏 来源: 网络转载
相关推荐

2011-03-03 13:00:21

2011-02-22 10:08:46

ProFTPD配置

2011-02-24 13:15:59

2011-02-23 11:15:21

DebianProFTPd

2011-02-22 14:50:53

ProFTPD

2011-02-24 14:47:48

ProFTPD

2011-02-23 10:43:17

2011-03-08 17:04:10

ProFTPDUbuntu

2011-02-22 16:24:30

2011-03-07 17:15:52

ProFTPD配置

2011-02-25 16:39:34

proftpd配置文件

2011-03-03 10:49:37

Linux配置Proftpd

2011-02-25 10:10:41

Proftpd

2011-03-08 16:30:40

Proftpd

2011-02-25 12:30:01

ProFtpd配置

2011-02-25 13:41:59

Proftpdanonymous

2011-03-03 13:16:32

Proftpd配置文件

2011-03-03 10:06:13

ProftpdMysqlQuota

2011-02-24 13:42:34

2011-02-22 09:06:57

点赞
收藏

51CTO技术栈公众号