• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • bios
  • 系统安装
  • 系统进程
  • Windows
  • LINUX
  • RedHat/Centos
  • Ubuntu/Debian
  • Fedora
  • Solaris
  • 麒麟系统
  • 红旗Linux
  • 苹果MAC
  • 注册表
  • 其它系统
您的位置:首页 > 操作系统 >Ubuntu/Debian > ubuntu服务器安装proftpd ftp服务器步骤

ubuntu服务器安装proftpd ftp服务器步骤

作者:佚名 字体:[增加 减小] 来源:互联网 时间:2017-05-12

佚名 通过本文向大家介绍了proftpd,proftpd配置,linux proftpd,proftpd安装配置,proftpd下载等相关知识,希望对您有所帮助,也希望大家多多支持linkedu.com

一、安装


安装过程中会让选择运行模式:Standalone和Inetd,前者是单一服务器模式,后者是超级服务器模式,
我选的Standalone。

二、配置


加入如下代码

新建用户ftpuser1和用户组ftp并设置密码,此用户不需要有效的shell(更安全),所以选择/bin/false
给fptuser1

在/home/ftp目录下新建upload和download目录并修改权限

三、修改proftpd核心配置文件proftpd.conf


</IfModule></p> <p># Delay engine reduces impact of the so-called Timing Attack described in
# <a href="http://security.lss.hr/index.php?page=details&ID=LSS-2004-10-02">http://security.lss.hr/index.php?page=details&ID=LSS-2004-10-02</a>
# It is on by default.
<IfModule mod_delay.c>
DelayEngine on
</IfModule>
<IfModule mod_ctrls.c>
ControlsEngine on
ControlsMaxClients 2
ControlsLog /var/log/proftpd/controls.log
ControlsInterval 5
ControlsSocket /var/run/proftpd/proftpd.sock
</IfModule>
<IfModule mod_ctrls_admin.c>
AdminControlsEngine on
</IfModule>
# A basic anonymous configuration, no upload directories.
# <Anonymous ~ftp>
# User ftp
# Group nogroup
# # We want clients to be able to login with "anonymous" as well as "ftp"
# UserAlias anonymous ftp
# # Cosmetic changes, all files belongs to ftp user
# DirFakeUser on ftp
# DirFakeGroup on ftp
#
# RequireValidShell off
#
# # Limit the maximum number of anonymous logins
# MaxClients 10
#
# # We want 'welcome.msg' displayed at login, and '.message' displayed
# # in each newly chdired directory.
# DisplayLogin welcome.msg
# DisplayFirstChdir .message
#
# # Limit WRITE everywhere in the anonymous chroot
# <Directory *>
# <Limit WRITE>
# DenyAll
# </Limit>
# </Directory>
#
# # Uncomment this if you're brave.
# # <Directory incoming>
# # # Umask 022 is a good standard umask to prevent new files and dirs
# # # (second parm) from being group and world writable.
# # Umask 022 022
# # <Limit READ WRITE>
# # DenyAll
# # </Limit>
# # <Limit STOR>
# # AllowAll
# #

分享到:QQ空间新浪微博腾讯微博微信百度贴吧QQ好友复制网址打印

您可能想查找下面的文章:

  • Linux上安装使用FTP服务器ProFTPD的教程
  • CentOS下安装使用FTP服务器端程序ProFTPd的教程
  • ubuntu服务器安装proftpd ftp服务器步骤

相关文章

  • 2017-05-12Ubuntu 搭建LNMP环境图文教程 安装Nginx服务器
  • 2017-05-12打造轻巧的 Linux 服务器的步骤
  • 2017-05-12Ubuntu 16.04睡眠后唤醒网络连接不上怎么办?
  • 2017-05-12ubuntu apt-get卸载软件无法卸载干净的解决方法(ubuntu卸载apache)
  • 2017-05-12支持Steam手柄!Ubuntu15.10版本特性概览
  • 2017-05-12Ubuntu配置使用OpenDNS以便保护电脑
  • 2017-05-12Ubuntu系统选择中文安装后日期显示乱码问题的解决方法
  • 2017-05-12Ubuntu Server下配置UTF-8中文/英文环境的方法
  • 2017-05-12Ubuntu下vim的安装和基本配置简介
  • 2017-05-12微软vs2015 gitHub插件bug解决方法(附gitHub插件下载)

文章分类

  • bios
  • 系统安装
  • 系统进程
  • Windows
  • LINUX
  • RedHat/Centos
  • Ubuntu/Debian
  • Fedora
  • Solaris
  • 麒麟系统
  • 红旗Linux
  • 苹果MAC
  • 注册表
  • 其它系统

最近更新的内容

    • 安装Ubuntu后无法使用NTFS硬盘或移动硬盘
    • 搞定Ubuntu Linux下WPA无线上网
    • Ubuntu 16.04有哪些改变? 全新特性和改进大盘点
    • Ubuntu 10.10 配置 Zend Framework
    • E: Encountered a section with no Package: header错误解决方法
    • 将Sublime Text 2固定到Ubuntu启动器的方法
    • 亲测可用:Linux下桌面快捷方式创建实例
    • Ubuntu 8.04中启用FrameBuffer
    • ubuntu12.04中怎么修改图形界面关闭按钮位置?
    • 如何安装Ubuntu 12.04 图文详解Ubuntu 12.04安装过程

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有