频道直达 - 学院 - 下载 - 交易 - 特效 - 字库 - 手册 -排名-工具- 繁體
网页教学网站开发 设为首页
加入收藏
联系我们
建站搜索: 常用广告代码   用户注册 | 用户登陆
您当前的位置:中国建站之家 -> 网站服务器架设维护教程 -> FTP服务器架设教程 -> ProFtpd快速指南(六)

ProFtpd快速指南(六)

作者:未知  来源:转载  发布时间:2005-7-20 8:13:38  发布人:acx

减小字体 增大字体

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

# This is a basic ProFTPD configuration file (rename it to
# proftpd.conf for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName &! quot;test.com.cn FTP Server"
ServerType standalone
DefaultServer on

# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to&! nbsp;limit maximum number of processes per&nb sp;service
# (such as xinetd)
MaxInstances 30


RequireValidShell off
ServerIdent off


# Set the user and group that the server normally runs at.
User nobody
Group nobody

# Normally, we want files to be overwriteable.
<Directory /*>
AllowOverwrite on
</Directory>

# A basic anonymous configuration, no upload directories.
<Anonymous /home/ftp>
User ftp
Group ftp
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous ftp

将本文收藏到QQ书签与更多好友分享
[打 印]
[] [返回上一页] [收 藏]
上一篇文章:ProFtpd快速指南(五)
下一篇文章:ProFtpd快速指南(七)
∷相关文章评论∷    (评论内容只代表网友观点,与本站立场无关!) [更多评论...]
精彩推荐
热门文章
· 注册码大全二
· 注册码大全四
· 注册码大全一
· 要10G免费网络硬盘的请进..
· 通过google 赶快来赚美金..
· 注册码大全十
· 头像-qq头像(qq新头像)4..
· 让你轻松架设FTP服务器1..
· 注册码大全三
· 梦幻背景图片7
· 卡通动物图片6
· 网页制作素材-按钮素材2..
· 让你轻松架设FTP服务器5..
· 风景图片8
· 注册码大全九
· 让你轻松架设FTP服务器2..
关注此文读者还看过
· 多样化人才需求激增 MSN..
· Allaire JRUN 2.3远程执..
· 优化MySQL数据库性能的八..
· JS中将字符串转为XML并读..
· 论坛卡通头像3
· 跨越域的Cookie
· 军事武器图片14
· 强迫输入密码对话框
· 用Photoshop实现霓虹效果..
· Photoshop应用实例 带回..
· 电子支付牌照酝酿发放 第..
· SQL Server 存储过程的分..
· .NET目标(一)
· Photoshop CS2 新功能体..
· ASP+与JSP之间的抉择
· ASP.net中md5加密码的方..
相关文章
· ProFtpd快速指南(七)
· ProFtpd快速指南(五)
· ProFtpd快速指南(四)
· ProFtpd快速指南(三)
· ProFtpd快速指南(二)
· ProFtpd快速指南(一)
关于本站 - 网站帮助 - 广告合作 - 下载声明 - 友情连接 - 网站地图 - 人才招聘
网站合作、内容监督、商务咨询:QQ: 9576619
Copyright ? 2005--2008 中国建站之家版权所有
粤ICP备05092265号