VB 源码VC 源码ASP源码JSP源码PHP源码CGI源码FLASH源码素材模板C 源程序常用软件文档中心其他程序

网站服务

网站服务
邮件服务
网络应用
软件使用

本类阅读TOP10

·怎么样才能够做好一个网站
·我是做地方门户网站的,都做了近4年了,谈点经验
·配置Win+Apache+PHP+MySQL+Tcomcat
·Servlet/JSP配置详解(基础篇)
·网站推广案例精选
·DNS服务器配置
·在linux上使用BIND建立DNS服务器
·中国个人网站必将来一次大浪淘沙!
·站长必看:google引擎研究
·如何提高网站的Google页面等级(PR值)

精品推荐
PROFTPD的Chroot限制

作者:佚名 来源:月光软件站 加入时间:2005-5-12 月光软件站

PROFTPD.CONF如何改?我要限制不同FTP USER在他自己目录读写,其他目录不可读写.请帮一把巴!!请看一下这个配置文件错在那里:(FTP USER AND FTP GROUP有了,控制目录是 /APP/FTPDIR 允许目录是 /APP/FTPDIR/PEARL )
#
# Virtual Hosting Server Configuration
# for Frontier Internet Services Limited
# (http://www.000.com/)
#
ServerName "Master Webserver"
#
# Spawn from inetd?
#
#ServerType inetd
#
# or maybe a standalone server...
#
ServerType standalone
#
# don't give the server banner until _after_ authentication
#
DeferWelcome off
#
# Some basic defaults
#
Port 21
Umask 002
TimeoutLogin 120
TimeoutIdle 600
TimeoutNoTransfer 900
TimeoutStalled 3600
#
# No, I don't think we'll run as root!
#
User ftp
Group ftp

# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous ftp
RequireValidShell no


#
# This is a non-customer usable name, (ie they should be connecting via www.{domain})
# not 'hostname'. Therefore let's dump them in a dummy account and wait for them to
# scream.
#
DefaultRoot /app/ftpdir/
#
# Performance, let's do DNS resolution when we process the logs...
#
UseReverseDNS off
#
# Where do we put the pid files?
#
#ScoreboardPath /var/run/proftpd
#
# Logging options
#
#TransferLog /var/spool/syslog/proftpd/xferlog.legacy
#
# Some logging formats
#
#LogFormat default "%h %l %u %t "%r" %s %b"
#LogFormat auth "%v [%P] %h %t "%r" %s"
#LogFormat write "%h %l %u %t "%r" %s %b"
#
# Global settings
#

DisplayLogin welcome.msg
DisplayFirstChdir readme
#
# having to delete before uploading is a pain ;)
#
AllowOverwrite yes
#
# Turn off Ident lookups
#
IdentLookups off
#
# Logging
#
# file/dir access
#
# ExtendedLog /var/spool/syslog/proftpd/access.log WRITE,READ write
#
#
# Record all logins
#
# ExtendedLog /var/spool/syslog/proftpd/auth.log AUTH auth
#
# Paranoia logging level....
#
##ExtendedLog /var/spool/syslog/proftpd/paranoid.log ALL default


#
# Deny writing to the base server...
#

DenyAll

 

# --------------------------------------------
# Virtual Servers start here....
#
# (Note: this is normally auto generated by a
# script written in house).
# --------------------------------------------
#
# ewftp.ewserver.com.
# This is the default server
# Gets all the connections for www.{customer.domain},
#

ServerAdmin admin@ewserver.com
ServerName "ewMaster FTPserver"
MaxLoginAttempts 2
RequireValidShell no
# TransferLog /var/spool/syslog/proftpd/xferlog.www
MaxClients 50
DefaultServer on
#DefaultRoot ~ !staff
DefaultRoot /app/ftpdir
AllowOverwrite yes

#
# No quickly do we kick someone out
#
TimeoutLogin 120
TimeoutIdle 600
TimeoutNoTransfer 900


DenyAll

 

User ftp
Group ftp
UserAlias anonymous ftp

AllowAll

 

DenyAll

# --------------------------------------------

# --------------------------------------------

#
# Block them from doing anything other than reading...
#
#

AllowAll

 

 

 

FLOATBOAT TOLD ME THIS BELOW,BUT DIDN'T WORK:
修改proftpd.conf,添加DefaultRoot ~ groupname
其中groupname为用户组的名,如添加一个新的用户username,和一个新的组groupname,要将username限制在其主目录内只需要添加上面所说的那条语句到proftpd.conf中即可。切记修改完之后要重新启动proftpd





相关文章
  • proftp 安装设定文档
  • Professional FTP Daemon FAQ
  • ftp简易用法
  • proftp+mysql认证实现
  • 让Proftpd 的数据库模块支持MD5验证
  • 文件传主输协议FTP命令不完全手册
  • FTP使用精萃--FTP的内部命令
  • 如何用FTP自动传送文件
  • FTP服务器如何实现安全性
  • Linux架设FTP服务器之3
  • 随心所欲下载—构造你自己的Linux网络蚂蚁
  • Linux架设FTP服务器之1
  • 在Linux下建立强大的FTP搜索引擎
  • Linux架设FTP服务器之2
  • FTP的配置与应用(7)
  • FTP Linux 服务器
  • FTP的配置与应用(8)
  • FTP的配置与应用(5)
  • FTP的配置与应用(6)
  • FTP的配置与应用(4)
  • FTP的配置与应用(3)
  • 相关软件

  • 模拟FTP服务器脚本工具  



  • 月光软件程序下载编程文档电脑教程网站设计网址导航网络文学游戏天地幽默笑话生活休闲写作范文安妮宝贝
    电脑技术编程开发网络专区谈天说地情感世界游戏元素分类游戏热门游戏体育运动手机专区业余爱好影视沙龙
    音乐天地数码广场教育园地科学大观古今纵横谈股论金人文艺术医学保健动漫图酷二手专区地方风情各行各业

    月光软件站·版权所有