源码下载 | 网页特效 | 广告代码 | 站长必备 | 站长工具
会员投稿 投稿指南 RSS订阅
您当前的位置是:主页>服务器类>FTP服务器>

ProFtpd快速指南(六)

www.jz123.cn  2008-07-25   来源:   中国建站    编辑整理    我要投递新闻

笔者的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

上一篇:ProFtpd快速指南(五) 下一篇:ProFtpd快速指南(七)

评论总数:1 [ 查看全部 ] 网友评论


关于我们隐私版权广告服务友情链接联系我们网站地图