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

FTP服务器
FTP资源迅速搬回家
IIS6.0下建立FTP“用户隔离”站点
proftpd中Limit的使用
浅析在FreeBSD中建立chroot的FTP服务
怎样配置具有SSL保护的FTP服务器
匿名FTP服务器的建立与应用
Ftp命令小全
管理FTP站点服务器
如何保证文件传输服务器FTP的安全
提高网络安全性:匿名FTP安全设定
FTP站点的建立与维护
使用Serv-U创建FTP服务器
用Java实现FTP服务器
FTP服务器端注意事项及常见名词解释
概述:FTP及FTP服务器
Serv-U FTP Server远程/本地提升权限缺陷
FTP服务器如何实现安全性(上)
FTP服务器如何实现安全性(下)
ftp使用经典
常见FTP登陆Log信息

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


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