<?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>Val Petruchek on Web-Development &#187; ftp</title>
	<atom:link href="http://petruchek.com/tag/ftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://petruchek.com</link>
	<description>PHP, JavaScript, MySQL, Apache, CSS</description>
	<lastBuildDate>Sun, 13 Sep 2020 18:58:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Slow FTP Login</title>
		<link>http://petruchek.com/2010/07/slow-ftp-login/</link>
		<comments>http://petruchek.com/2010/07/slow-ftp-login/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 23:48:02 +0000</pubDate>
		<dc:creator>val</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[proftpd]]></category>
		<category><![CDATA[sys.adm]]></category>

		<guid isPermaLink="false">http://petruchek.com/?p=13</guid>
		<description><![CDATA[Angry users sent me a link to discussion of what can cause Proftpd delay during authorization. So I&#8217;ve decided to fix it. Added UseReverseDNS off to config file — didn&#8217;t help. Added GoogleDNS (8.8.8.8) to resolv.conf — didn&#8217;t help. Added &#8230; <a href="http://petruchek.com/2010/07/slow-ftp-login/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Angry users sent me a <a href="http://community.livejournal.com/ru_root/2066863.html?nc=5">link to discussion</a> of what can cause Proftpd delay during authorization.</p>
<p>So I&#8217;ve decided to fix it.</p>
<p>Added <strong>UseReverseDNS off</strong> to config file — didn&#8217;t help.</p>
<p>Added GoogleDNS (8.8.8.8) to <strong>resolv.conf</strong> — didn&#8217;t help.</p>
<p>Added <strong><em>IdentLookups off</em> to <u>proftpd.conf</u></strong> — helped. </p>
<p>Thanks to <a href="http://raybdbomb.com/p/proftpd-on-freebsd-delay-after-waiting-for-welcome-message.html">Ray Dehler</a>.</p>
<p>When <a href="http://www.proftpd.org/docs/directives/linked/config_ref_IdentLookups.html">IdentLookups</a> is turned on it means that Proftpd is trying to identify the remote username via ident (<a href="http://www.faqs.org/rfcs/rfc1413.html">RFC1413</a>) protocol.</p>
]]></content:encoded>
			<wfw:commentRss>http://petruchek.com/2010/07/slow-ftp-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
