<?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>OpenBSD and FreeBSD resources &#187; ProFTPD</title>
	<atom:link href="http://purebsd.com/tag/proftpd/feed" rel="self" type="application/rss+xml" />
	<link>http://purebsd.com</link>
	<description></description>
	<lastBuildDate>Tue, 01 Jun 2010 06:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>ProFTPD and OpenBSD</title>
		<link>http://purebsd.com/proftpd-and-openbsd.html</link>
		<comments>http://purebsd.com/proftpd-and-openbsd.html#comments</comments>
		<pubDate>Tue, 01 Jun 2010 05:06:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daemons]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[ProFTPD]]></category>

		<guid isPermaLink="false">http://purebsd.com/?p=41</guid>
		<description><![CDATA[Below are the steps I followed in the past to install ProFTPD (1.2.0rc2) on my OpenBSD machine. Now that programs like WinSCP make copying files from Windows to Unix machines a lot easier, I disabled FTP service on my machine. But for people still using the FTP service: Download the ProFTPD source package: wget ftp://ftp.proftpd.net/pub/proftpd/proftpd-1.2.0rc2.tar.gz [...]]]></description>
			<content:encoded><![CDATA[<p>Below are the steps I followed in the past to install ProFTPD (1.2.0rc2) on my OpenBSD machine. Now that programs like WinSCP make copying files from Windows to Unix machines a lot easier, I disabled FTP service on my machine.</p>
<p>But for people still using the FTP service:</p>
<ol type="1">
<li>Download the ProFTPD source package:
<p><code> wget ftp://ftp.proftpd.net/pub/proftpd/proftpd-1.2.0rc2.tar.gz</code></li>
<li>Extract the sources:
<p><code> tar xvfz proftpd-1.2.0rc2.tar.gz</code></p>
<p>And <code>cd</code> to the <code>proftpd-1.2.0rc2</code> directory.</li>
<li>Configure ProFTPD:
<p><code> ./configure</code></li>
<li>Compile ProFTPD:
<p><code> make &gt; /dev/null</code></li>
<li>Install ProFTPD:
<p><code> make install &gt; /dev/null</code></li>
<li>Edit <code>/etc/inetd.conf</code> so that ProFTPD can take over:
<p><code> ftp stream tcp nowait root /usr/libexec/tcpd /usr/local/sbin/in.proftpd</code></li>
<li>Edit <code>/etc/hosts.allow</code> so that users may actually use your new shiny FTP daemon:
<p><code> in.proftpd: 192.168.0.</code></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://purebsd.com/proftpd-and-openbsd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

