真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

ftp服務(wù)的搭建方法

本篇內(nèi)容主要講解“ftp服務(wù)的搭建方法”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“ftp服務(wù)的搭建方法”吧!

創(chuàng)新互聯(lián)建站是專業(yè)的龍南網(wǎng)站建設(shè)公司,龍南接單;提供網(wǎng)站設(shè)計、成都做網(wǎng)站,網(wǎng)頁設(shè)計,網(wǎng)站設(shè)計,建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進行龍南網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團隊,希望更多企業(yè)前來合作!

1.rpm包安裝
# yum install -y ftp
# yum install -y vsftpd
# yum install db4 db4-utils (Linux6)
# yum install -y libdb-utils (Linux7)

2.編輯主配置文件
# cd /etc/vsftpd/
# vi vsftpd.conf #添加如下項目
##################
anonymous_enable=NO
local_enable=YES
chroot_list_enable=YES
ascii_upload_enable=YES
ascii_download_enable=YES
pam_service_name=vsftpd
guest_enable=YES
guest_username=ftp
user_config_dir=/etc/vsftpd/vconf

pasv_enable=YES
pasv_min_port=40000
pasv_max_port=40080
pasv_promiscuous=YES
allow_writeable_chroot=YES(Linux7)
#########################
創(chuàng)建chroot_list文件
touch /etc/vsftpd/chroot_list

3.編輯FTP用戶密碼文件  (每次添加FTP用戶3,4,5,6,10步驟都要做)
# mkdir vconf
# vi vusers
############FTP用戶密碼文件,一行用戶名一行密碼,類似如下:
ftptest      
ftptest
############

4.生成FTP用戶密碼db庫文件
# db_load -T -t hash -f /etc/vsftpd/vusers /etc/vsftpd/vusers.db

5.配置FTP用戶個人配置文件
cd vconf
vi ftptest(必須同上面密碼文件的用戶名)
###############
local_root=/FTP/ftptest(ftp用戶的根目錄)
write_enable=YES
anon_world_readable_only=NO
anon_upload_enable=YES
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
#################

6.創(chuàng)建FTP用戶
mkdir -p /FTP/ftptest
chown ftptest.ftptest /FTP/ftptest
chmod 777 /FTP/ftptest

useradd -d /FTP/ftptest -s /sbin/nologin ftptest
passwd ftptest

7.vi /etc/pam.d/vsftpd添加如下行:
auth required pam_userdb.so db=/etc/vsftpd/vusers
account required pam_userdb.so db=/etc/vsftpd/vusers

8.關(guān)閉防火墻
Linux7:
systemctl stop firewalld 
systemctl disable firewalld

Linux6:
service iptables stop
chkconfig iptables off

9.關(guān)閉SELINUX
vi /etc/selinux/config
#SELINUX=enforcing  
SELINUX=disabled 

臨時關(guān)閉:
setenforce 0 

10.啟動vsftpd服務(wù)
Linux7
systemctl restart vsftpd
systemctl enable vsftpd

Linux6
service vsftpd restart
chkconfig vsftpd on

到此,相信大家對“ftp服務(wù)的搭建方法”有了更深的了解,不妨來實際操作一番吧!這里是創(chuàng)新互聯(lián)網(wǎng)站,更多相關(guān)內(nèi)容可以進入相關(guān)頻道進行查詢,關(guān)注我們,繼續(xù)學習!


名稱欄目:ftp服務(wù)的搭建方法
標題鏈接:http://weahome.cn/article/igpscd.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部