您好,欢迎来到思海网络,我们将竭诚为您提供优质的服务! 诚征网络推广 | 网站备案 | 帮助中心 | 软件下载 | 购买流程 | 付款方式 | 联系我们 [ 会员登录/注册 ]
促销推广
客服中心
业务咨询
有事点击这里…  531199185
有事点击这里…  61352289
点击这里给我发消息  81721488
有事点击这里…  376585780
有事点击这里…  872642803
有事点击这里…  459248018
有事点击这里…  61352288
有事点击这里…  380791050
技术支持
有事点击这里…  714236853
有事点击这里…  719304487
有事点击这里…  1208894568
有事点击这里…  61352289
在线客服
有事点击这里…  531199185
有事点击这里…  61352288
有事点击这里…  983054746
有事点击这里…  893984210
当前位置:首页 >> 技术文章 >> 文章浏览
技术文章

CentOS下安装使用FTP服务器端程序ProFTPd

添加时间:2019-5-29 23:04:50  添加: 思海网络 
安装:

安装EPEL软件包




rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm

YUM安装ProFTPd



yum install proftpd

编译安装ProFTPd的方法



wget ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.proftpd.net/distrib/source/proftpd-1.3.1.tar.gz
tar xzvf proftpd-1.3.1.tar.gz
cd proftpd-1.3.1
./configure --with-modules=mod_sql:mod_sql_mysql:mod_quotatab:mod_quotatab_sql \
--with-includes=/usr/include/mysql \
--with-libraries=/usr/lib/mysql
make && make install
设置开机启动




chkconfig --level 3 proftpd on

ProFTPd管理:
启动:

proftpd:service proftpd start

停止:

proftpd:service proftpd stop

重启:

proftpd:service proftpd restart

重载:

proftpd:service proftpd reload

配置文件/etc/proftpd.conf,可以通过proftpd -t6指令检测语法是否正确。

添加ftp用户和用户组




groupadd -g 5500 ftpgroup
adduser -u 5500 -s /bin/false -d /bin/null -c "proftpd user" -g ftpgroup ftpuser
添加虚拟用户
首先我们需要设置配置文件/etc/proftpd.conf。
添加下面代码进配置文件:




AuthUserFile /etc/ftpd.passwd
AuthGroupFile /etc/ftpd.group

关闭检测/etc/shells:



RequireValidShell off

设置仅使用虚拟用户认证:



AuthOrder mod_auth_file.c

禁止PAM认证:



PersistentPasswd off
AuthPAM off

限制改变根目录:



DefaulRoot ~

按照上面的要求设置好配置文件后,我们使用ftpasswd工具来添加虚拟用户,首先下载这个工具。



cd /usr/sbin/
wget http://www.castaglia.org/proftpd/contrib/ftpasswd
chmod +x ftpasswd

ftpasswd工具的格式如下:



# ftpasswd --passwd --name {username} --file /etc/ftpd.passwd --uid {5000} --gid {5000} --home /var/ftp/username-home/ --shell /bin/false
# ftpasswd --group --name group1 –file /etc/ftpd.group --gid 5000 --member username



关键字:CentOS、安装、FTP、服务器端、程序
分享到:

顶部 】 【 关闭
版权所有:佛山思海电脑网络有限公司 ©1998-2024 All Rights Reserved.
联系电话:(0757)22630313、22633833
中华人民共和国增值电信业务经营许可证: 粤B1.B2-20030321 备案号:粤B2-20030321-1
网站公安备案编号:44060602000007 交互式栏目专项备案编号:200303DD003  
察察 工商 网安 举报有奖  警警  手机打开网站