<?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; Vsftpd</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/vsftpd/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>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS 7.x 8.x安装配置Vsftp服务器</title>
		<link>https://www.osyunwei.com/archives/9006.html</link>
		<comments>https://www.osyunwei.com/archives/9006.html#comments</comments>
		<pubDate>Tue, 31 Mar 2015 02:03:01 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Vsftpd]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9006</guid>
		<description><![CDATA[本文档最后更新于2020年3月18日 一、配置防火墙，开启FTP服务器需要的端口 CentOS 7.x 8.x 默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9006.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9006.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian下Vsftpd服务器配置</title>
		<link>https://www.osyunwei.com/archives/4539.html</link>
		<comments>https://www.osyunwei.com/archives/4539.html#comments</comments>
		<pubDate>Sun, 24 Jun 2012 11:07:21 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian Vsftpd服务器]]></category>
		<category><![CDATA[Vsftpd]]></category>
		<category><![CDATA[Vsftpd服务器配置]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4539</guid>
		<description><![CDATA[环境说明： /home/www.osyunwei.com目录下有三个子目录 bbs sns blog 实现目的： 建立三个FTP用户 用户名：bbs  密码：123456  访问目录（可读、可写、可修改、可删除）：/home/www.osyunwei.com/bbs 用户名：sns   密码：123456  访问目录（可读、可写、可修改、可删除）：/home/www.osyunwei.com/sns 用户名：blog 密码：123456  访问目录（可读、可写、可修改、可删除）：/home/www.osyunwei.com/blog 配置篇 一、配置防火墙，开启21端口、9000到9045端口 说明：debian默认安装是没有开启任何防火墙的，为了服务器的安全，建议大家安装启用防火墙设置， 这里推荐使用iptables防火墙。 whereis iptables   #查看系统是否安装防火墙 iptables: /sbin/iptables /usr/share/iptables /usr/share/man/man8/iptables.8.gz  #表示已经安装iptables apt-get install iptables   #如果默认没有安装，请运行此命令安装防火墙 iptables -L  #查看防火墙配置信息，显示如下： ##################################################### Chain INPUT (policy ACCEPT) target     prot opt source               destination Chain FORWARD (policy ACCEPT) target     prot opt source               destination Chain OUTPUT [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4539.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4539.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
