<?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>Carsten Lucke &#187; Pure-FTPd</title>
	<atom:link href="http://lucke.info/tag/pure-ftpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucke.info</link>
	<description>personal website and blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:34:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Pure-FTPd and its Anti-Warez switch</title>
		<link>http://lucke.info/2008/02/pure-ftpd-and-its-anti-warez-switch/</link>
		<comments>http://lucke.info/2008/02/pure-ftpd-and-its-anti-warez-switch/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 18:48:00 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Featured articles]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Pure-FTPd]]></category>
		<category><![CDATA[Server Administration]]></category>

		<guid isPermaLink="false">http://blog.lucke.info/2008/02/16/pure-ftpd-and-its-anti-warez-switch/</guid>
		<description><![CDATA[Among all the free ftp-daemons out there I like Pure-FTPd the most. It&#8217;s easy to configure and has all features that are important to me (TLS support, virtual-users support, etc.). Anyway, today it was driving me crazy. I&#8217;ve been setting up a new Debian-based linux-box in VMWare and when starting Pure-FTPd it kept telling me &#8230; <a href="http://lucke.info/2008/02/pure-ftpd-and-its-anti-warez-switch/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Among all the free ftp-daemons out there I like <a target="_blank" href="http://www.pureftpd.org/" title="Pure-FTPd - About">Pure-FTPd</a> the most. It&#8217;s easy to configure and has all features that are important to me (TLS support, virtual-users support, etc.). Anyway, today it was driving me crazy. I&#8217;ve been setting up a new Debian-based linux-box in VMWare and when starting Pure-FTPd it kept telling me <strong>Unable to find the &#8216;ftp&#8217; account</strong>.</p>
<p>Google didn&#8217;t help much or at least I didn&#8217;t find anything useful. After some trial-and-error research with the configuration switches I found out that the &#8216;-s&#8217; switch was responsible for the problems. Here&#8217;s what the documentation says about it:</p>
<blockquote><p><em>&#8216;-s&#8217;: The &#8220;waReZ protection&#8221;. Don&#8217;t allow anonymous users to download files owned by &#8220;ftp&#8221; (generally, files uploaded by other anonymous users) . So that uploads have to be validated by a system administrator (chown to another user) before being available for download.</em></p></blockquote>
<p>Obviously the server was looking for a system-account (ftp) that didn&#8217;t exist, which is hardly suprising as I use other accounts for ftp-ing. I didn&#8217;t find any hints on configuring the account-id Pure-FTPd expects. This anti-warez thingy being just a switch, there seems to be no solution apart from creating the &#8216;ftp&#8217; account. Thus I finally disabled the anti-warez feature. Maybe someone has the same problem and finds this post useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://lucke.info/2008/02/pure-ftpd-and-its-anti-warez-switch/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

