2022年LINUX学习笔记--FTP服务器设置篇2FTP服务器教程.docx

上传人:1398****507 文档编号:44257849 上传时间:2022-09-20 格式:DOCX 页数:6 大小:12.69KB
返回 下载 相关 举报
2022年LINUX学习笔记--FTP服务器设置篇2FTP服务器教程.docx_第1页
第1页 / 共6页
2022年LINUX学习笔记--FTP服务器设置篇2FTP服务器教程.docx_第2页
第2页 / 共6页
点击查看更多>>
资源描述

《2022年LINUX学习笔记--FTP服务器设置篇2FTP服务器教程.docx》由会员分享,可在线阅读,更多相关《2022年LINUX学习笔记--FTP服务器设置篇2FTP服务器教程.docx(6页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、2022年LINUX学习笔记-FTP服务器设置篇2FTP服务器教程摘要:暂无其次步:配置incoming子书目的权限打开proftpd.conf,在和段之间添加如下设置:Order allow,denyAllow from 10.0.8.Deny from all表示在incoming这个子书目下,从10.0.8这个网段登录的客户端有写入“WRITE”权限,其它人对该书目的写如权限都是被禁止的。假如要对全部的用户开放写入权限,只要把和之间的内容换成“Allowall“。四、FTP服务器相关吩咐1、ftpshut:关闭FTP服务,并在/etc下生成文件shutmsg。要重新开放FTP服务,把/e

2、tc/shutmsg删除。2、ftpcout: target=_blankFTP服务器在线人数信息显示。3、ftpwho:FTP服务器在线人员名单。附录: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 f

3、or normal operation and anon.ServerName MY REDHAT LINUX FTP #设定FTP服务器的名称ServerType standalone #设置FTP以Standalone模式运行,而不是以dameon模式DefaultServer on #默认FTP服务器工作# Port 21 is the standard FTP port.Port 21 #FTP服务默认占用的端口# Umask 022 is a good standard umask to prevent new dirs and files# from being group and

4、 world writable.Umask 022 #默认RequireValidShell off #保证匿名用户正常登录,不要更改ServerIdent off #不显示ftp服务器版本信息,以增加平安性# 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

5、# in standalone mode, in inetd mode you should use an inetd server# that allows you to limit maximum number of processes per service# (such as xinetd)MaxInstances 30# Set the user and group that the server normally runs at.User nobody #设置FTP服务以nobody运行Group nobody #留意:原来是“Group nobody”,肯定要改为“Group n

6、obody”# Normally, we want files to be overwriteable.AllowOverwrite on# A basic anonymous configuration, no upload directories.下面一段就是匿名服务的设置。User ftp #匿名登录运用ftp用户Group ftp #匿名登录运用ftp组# We want clients to be able to login with anonymous as well as ftpUserAlias anonymous guest #给ftp用户anonymous的别名,使得ano

7、nymous登录就是ftp用户登录。# Limit the maximum number of anonymous loginsMaxClients 10 #最多10个匿名用户同时在线# We want welcome.msg displayed at login, and .message displayed# in each newly chdired directory.DisplayLogin welcome.msg #登录FTP显示的欢迎信息。放在FTP的根书目下。DisplayFirstChdir .message# Limit WRITE everywhere in the anonymous chroot#说明看正文。Order allow,denyAllow from 10.0.8.Deny from all

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 应用文书 > 工作计划

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁