当前位置: 首页 > 图文教程 > 服务器 > FTP服务器 > ProFtpd快速指南(六)

FTP服务器
用SSL加密增强FTP服务器安全性
Windows下FTP服务器的安全管理
如何配置FTP服务器
FTP服务器快速架设全攻略
FTP服务器如何实现安全性 (上)
基于UNIX平台FTP服务器的建立(下)
Windows XP架设FTP服务器的方法教程
Linux系统架设VSFTP服务器实例解析
企业内部FTP服务器的架设
FTP服务器安全
Linux的ftp服务vsftp详细配置
Ubuntu自带的FTP服务器vsftpd技巧
在Linux下建立强大的FTP搜索引擎
用无线路由器构建FTP服务器
FTP服务中允许上传权限存在的问题
简单实用 Linux下的FTP服务器配置
FTP空间不足 Windows 系统性能监控来报警
如何启用Web服务器并运行FTP服务
FTP服务器架设的三方面安全因素
如何配置Linux操作系统下的FTP服务器

FTP服务器 中的 ProFtpd快速指南(六)


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-17   浏览: 49 ::
收藏到网摘: n/a

笔者的proftpd.conf配置文件内容为:
  

以下为引用的内容:
  #ThisisabasicProFTPDconfigurationfile(renameitto
  #proftpd.confforactualuse.Itestablishesasingleserver
  #andasingleanonymouslogin.Itassumesthatyouhaveauser/group
  #"nobody"and"ftp"fornormaloperationandanon.
  
  ServerName&!quot;test.com.cnFTPServer"
  ServerTypestandalone
  DefaultServeron
  
  #Port21isthestandardFTPport.
  Port21
  #Umask022isagoodstandardumasktopreventnewdirsandfiles
  #frombeinggroupandworldwritable.
  Umask022
  
  #TopreventDoSattacks,setthemaximumnumberofchildprocesses
  #to30.Ifyouneedtoallowmorethan30concurrentconnections
  #atonce,simplyincreasethisvalue.NotethatthisONLYworks
  #instandalonemode,ininetdmodeyoushoulduseaninetdserver
  #thatallowsyouto&!nbsp;limitmaximumnumberofprocessesper service
  #(suchasxinetd)
  MaxInstances30
  
  
  RequireValidShelloff
  ServerIdentoff
  
  
  #Settheuserandgroupthattheservernormallyrunsat.
  Usernobody
  Groupnobody
  
  #Normally,wewantfilestobeoverwriteable.
  <Directory/*>
  AllowOverwriteon
  </Directory>
  
  #Abasicanonymousconfiguration,nouploaddirectories.
  <Anonymous/home/ftp>
  Userftp
  Groupftp
  #Wewantclientstobeabletologinwith"anonymous"aswellas"ftp"
  UserAliasanonymousftp