<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Passive FTP on IIS6</title>
	<atom:link href="http://blog.arithm.com/2007/07/19/passive-ftp-on-iis6/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arithm.com/2007/07/19/passive-ftp-on-iis6/</link>
	<description>Software.  Politics.  Tinfoil hat conjecture.</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:08:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Teddy C</title>
		<link>http://blog.arithm.com/2007/07/19/passive-ftp-on-iis6/comment-page-1/#comment-37807</link>
		<dc:creator>Teddy C</dc:creator>
		<pubDate>Sun, 16 May 2010 08:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arithm.com/2007/07/19/passive-ftp-on-iis6/#comment-37807</guid>
		<description>range 5000-5010 will give you error when you try to restart your FTP, use 5001-5010 work fine. user following commands

C:\Inetpub\AdminScripts\adsutil.vbs set /MSFTPSVC/PassivePortRange &quot;5001-5010&quot;

FOR /L %I IN (5001,1,5010) DO NETSH FIREWALL ADD PORTOPENING TCP %I FTPPort%I</description>
		<content:encoded><![CDATA[<p>range 5000-5010 will give you error when you try to restart your FTP, use 5001-5010 work fine. user following commands</p>
<p>C:\Inetpub\AdminScripts\adsutil.vbs set /MSFTPSVC/PassivePortRange &#8220;5001-5010&#8243;</p>
<p>FOR /L %I IN (5001,1,5010) DO NETSH FIREWALL ADD PORTOPENING TCP %I FTPPort%I</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen W</title>
		<link>http://blog.arithm.com/2007/07/19/passive-ftp-on-iis6/comment-page-1/#comment-36344</link>
		<dc:creator>Stephen W</dc:creator>
		<pubDate>Tue, 05 Jan 2010 06:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arithm.com/2007/07/19/passive-ftp-on-iis6/#comment-36344</guid>
		<description>2. Open same ports in Windows Firewall:
FOR /L %%I IN (5000,1,5010) DO NETSH FIREWALL ADD PORTOPENING TCP %%I FTPPort%%I


On some of Windows 2003 server that command would result in &quot;%%I was unexpected at this time&quot; error.

If that&#039;s happened, then just removed the extra %. So the command would be 

FOR /L %I IN (5000,1,5010) DO NETSH FIREWALL ADD PORTOPENING TCP %I FTPPort%I</description>
		<content:encoded><![CDATA[<p>2. Open same ports in Windows Firewall:<br />
FOR /L %%I IN (5000,1,5010) DO NETSH FIREWALL ADD PORTOPENING TCP %%I FTPPort%%I</p>
<p>On some of Windows 2003 server that command would result in &#8220;%%I was unexpected at this time&#8221; error.</p>
<p>If that&#8217;s happened, then just removed the extra %. So the command would be </p>
<p>FOR /L %I IN (5000,1,5010) DO NETSH FIREWALL ADD PORTOPENING TCP %I FTPPort%I</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nurikabe</title>
		<link>http://blog.arithm.com/2007/07/19/passive-ftp-on-iis6/comment-page-1/#comment-32116</link>
		<dc:creator>nurikabe</dc:creator>
		<pubDate>Mon, 26 Oct 2009 19:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arithm.com/2007/07/19/passive-ftp-on-iis6/#comment-32116</guid>
		<description>Got a link to the article in the KB?</description>
		<content:encoded><![CDATA[<p>Got a link to the article in the KB?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott R</title>
		<link>http://blog.arithm.com/2007/07/19/passive-ftp-on-iis6/comment-page-1/#comment-32114</link>
		<dc:creator>Scott R</dc:creator>
		<pubDate>Mon, 26 Oct 2009 19:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arithm.com/2007/07/19/passive-ftp-on-iis6/#comment-32114</guid>
		<description>From MS KB, and verified on IIS 6.0/Win2k3 SP2:

&quot;When you manually specify a value for PassivePortRange, you must specify a value from 5001 to 65535. The value that you specify may be a range or a single number.&quot;

The range 5000-5010 will throw an error.</description>
		<content:encoded><![CDATA[<p>From MS KB, and verified on IIS 6.0/Win2k3 SP2:</p>
<p>&#8220;When you manually specify a value for PassivePortRange, you must specify a value from 5001 to 65535. The value that you specify may be a range or a single number.&#8221;</p>
<p>The range 5000-5010 will throw an error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Advanced Technology Blog</title>
		<link>http://blog.arithm.com/2007/07/19/passive-ftp-on-iis6/comment-page-1/#comment-2992</link>
		<dc:creator>Advanced Technology Blog</dc:creator>
		<pubDate>Sat, 11 Oct 2008 19:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arithm.com/2007/07/19/passive-ftp-on-iis6/#comment-2992</guid>
		<description>Thanks for the post. I was having some trouble using passive mode on IIS ftp and your suggestions give me a real hand.</description>
		<content:encoded><![CDATA[<p>Thanks for the post. I was having some trouble using passive mode on IIS ftp and your suggestions give me a real hand.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

