<?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; vsftp</title>
	<atom:link href="http://jk.aiwaly.com/wp/tag/vsftp/feed" rel="self" type="application/rss+xml" />
	<link>http://jk.aiwaly.com</link>
	<description>不断探索,追求卓越,做快乐自己</description>
	<lastBuildDate>Wed, 28 Dec 2011 08:29:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>常用的vsftpd配置</title>
		<link>http://jk.aiwaly.com/wp/%e5%b8%b8%e7%94%a8%e7%9a%84vsftpd%e9%85%8d%e7%bd%ae.html</link>
		<comments>http://jk.aiwaly.com/wp/%e5%b8%b8%e7%94%a8%e7%9a%84vsftpd%e9%85%8d%e7%bd%ae.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 08:38:18 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux 应用]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[vsftp]]></category>

		<guid isPermaLink="false">http://jacky.scanmon.com/?p=1390</guid>
		<description><![CDATA[
vsftpd是一个优秀的ftp服务器软件，下载量巨大的Linux Kernel的官方站点 http://kernel.org 就是用vsftpd来做ftp服务的。
下面是我常用的vsftpd的配置，开启了匿名ftp和本地用户的写权限：
listen=YES
anonymous_enable=YES
local_enable=YES
write_enable=YES
local_umask=022
anon_umask=002
anon_upload_enable=YES
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
dirmessage_enable=YES
xferlog_enable=NO
connect_from_port_20=YES
secure_chroot_dir=/var/run/vsftpd
pam_service_name=vsftpd
rsa_cert_file=/etc/ssl/certs/vsftpd.pem
]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/%e5%b8%b8%e7%94%a8%e7%9a%84vsftpd%e9%85%8d%e7%bd%ae.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

