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

FTP服务器
创建IIS下用户隔离模式FTP站点
利用SSL加密增强FTP服务器的安全性
Gene FTP服务不支持中文目录巧解决
FTP上传文件经常中断或超时的解决方案
Windows 2003 Server FTP用户隔离
服务器架站务实:零起步学FTP概念篇
巧用DOS命令远程管理FTP服务器
FTP连接后为何无法列表,列表错误
Serv-U:快速构建功能强大FTP服务器
实现文件双向传输 搭建FTP服务器
用windows2000架设自己的FTP SERVER
FrontPage 2000网站FTP到NT服务器
巧改传输模式解决FTP连接问题
迫在眉睫:保护FTP服务器口令安全
详解:FTP登陆错误问题完全分析
Linux下用vsftpd构建FTP服务器
用Serv-U构建功能强大FTP服务器
ArGoSoft FTP服务器:架设只要一分钟
架设FTP服务器教程
webshell+servu获取系统最高权限

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-17   浏览: 50 ::
收藏到网摘: 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