<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; linux ftp</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/linux-ftp/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS Linux Vsftp服务器配置</title>
		<link>https://www.osyunwei.com/archives/651.html</link>
		<comments>https://www.osyunwei.com/archives/651.html#comments</comments>
		<pubDate>Wed, 02 Nov 2011 13:01:01 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[ftp服务器配置]]></category>
		<category><![CDATA[linux ftp]]></category>
		<category><![CDATA[Vsftp]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=651</guid>
		<description><![CDATA[1、开启防火墙ftp端口 vi /etc/sysconfig/iptables     #编辑防火墙配置文件 注意：如果ftp端口修改为其它的端口（比如2222），这时防火墙就要开启2222端口，这里防火墙是以CentOS 6.0为例 /etc/init.d/iptables restart    #重启防火墙使配置生效 2、检查系统是否已安装vsftp     系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 rpm -q vsftpd package vsftpd is not installed        #说明系统没有安装vsftpd 3、安装vsftpd yum install vsftpd 按Y回车，系统自动安装 /etc/init.d/vsftpd start     #启动vsftpd service vsftpd restart    #重启 service vsftpd stop   #停止 chkconfig vsftpd on   #设置开机时自动运行 4、配置vsftp服务器 配置文件说明：    /etc/vsftpd/vsftpd.conf  vsftpd的核心配置文件    /etc/vsftpd/ftpusers  用于指定哪些用户不能访问FTP服务器    /etc/vsftpd/user_list 指定允许使用vsftpd的用户列表文件    [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/651.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/651.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
