<?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: Fix For Error: The Requested FTP Command Is Not Supported When Using HTTP Proxy</title>
	<atom:link href="http://mycodetrip.com/2008/10/29/fix-for-error-the-requested-ftp-command-is-not-supported-when-using-http-proxy_118/feed/" rel="self" type="application/rss+xml" />
	<link>http://mycodetrip.com/2008/10/29/fix-for-error-the-requested-ftp-command-is-not-supported-when-using-http-proxy_118/</link>
	<description>stories from the information technology highway</description>
	<lastBuildDate>Wed, 02 May 2012 11:24:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Bob Clarke</title>
		<link>http://mycodetrip.com/2008/10/29/fix-for-error-the-requested-ftp-command-is-not-supported-when-using-http-proxy_118/comment-page-1/#comment-2721</link>
		<dc:creator>Bob Clarke</dc:creator>
		<pubDate>Mon, 16 Apr 2012 14:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=118#comment-2721</guid>
		<description>Great Solution.   I added request.proxy = null; to my code and hey presto!   Working

Many thanks</description>
		<content:encoded><![CDATA[<p>Great Solution.   I added request.proxy = null; to my code and hey presto!   Working</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dragon</title>
		<link>http://mycodetrip.com/2008/10/29/fix-for-error-the-requested-ftp-command-is-not-supported-when-using-http-proxy_118/comment-page-1/#comment-2008</link>
		<dc:creator>Dragon</dc:creator>
		<pubDate>Tue, 14 Sep 2010 17:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=118#comment-2008</guid>
		<description>Many thanks - worked just like it said it would.</description>
		<content:encoded><![CDATA[<p>Many thanks &#8211; worked just like it said it would.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiva</title>
		<link>http://mycodetrip.com/2008/10/29/fix-for-error-the-requested-ftp-command-is-not-supported-when-using-http-proxy_118/comment-page-1/#comment-1937</link>
		<dc:creator>Shiva</dc:creator>
		<pubDate>Tue, 22 Jun 2010 02:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=118#comment-1937</guid>
		<description>@campbell, Did that work? If it did, that is probably a more elegant solution :)</description>
		<content:encoded><![CDATA[<p>@campbell, Did that work? If it did, that is probably a more elegant solution :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Campbell</title>
		<link>http://mycodetrip.com/2008/10/29/fix-for-error-the-requested-ftp-command-is-not-supported-when-using-http-proxy_118/comment-page-1/#comment-1931</link>
		<dc:creator>Campbell</dc:creator>
		<pubDate>Wed, 16 Jun 2010 14:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=118#comment-1931</guid>
		<description>Assigning request.Credentials seems to create the dummy proxy, so presumably you need to set request.Proxy = null/Nothing _after_ assigning credentials?</description>
		<content:encoded><![CDATA[<p>Assigning request.Credentials seems to create the dummy proxy, so presumably you need to set request.Proxy = null/Nothing _after_ assigning credentials?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiva</title>
		<link>http://mycodetrip.com/2008/10/29/fix-for-error-the-requested-ftp-command-is-not-supported-when-using-http-proxy_118/comment-page-1/#comment-1882</link>
		<dc:creator>Shiva</dc:creator>
		<pubDate>Sun, 16 May 2010 23:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=118#comment-1882</guid>
		<description>@Gavin

Sorry for not seeing this sooner. Have you tried Alan McFarlane&#039;s suggestion in &lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en-US/netfxnetcom/thread/b52cac83-d037-4909-b47d-005bd38167f0/&quot; rel=&quot;nofollow&quot;&gt;this post on MSDN Forums&lt;/a&gt;?

Hope that helps!</description>
		<content:encoded><![CDATA[<p>@Gavin</p>
<p>Sorry for not seeing this sooner. Have you tried Alan McFarlane&#8217;s suggestion in <a href="http://social.msdn.microsoft.com/Forums/en-US/netfxnetcom/thread/b52cac83-d037-4909-b47d-005bd38167f0/" rel="nofollow">this post on MSDN Forums</a>?</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://mycodetrip.com/2008/10/29/fix-for-error-the-requested-ftp-command-is-not-supported-when-using-http-proxy_118/comment-page-1/#comment-1879</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Thu, 13 May 2010 11:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=118#comment-1879</guid>
		<description>Long shot as this is an old post, I need to upload a file via proxy server (and I must use the proxy) setting proxy to null is not an option for me. I can transfer files using filezilla by setting the proxy setting correctly (http/1.1 using CONNECT method - &#039;myproxyserver&#039; port 80). This tells me that it should be possible, I need to do this in code because this has to be automated. Any ideas?</description>
		<content:encoded><![CDATA[<p>Long shot as this is an old post, I need to upload a file via proxy server (and I must use the proxy) setting proxy to null is not an option for me. I can transfer files using filezilla by setting the proxy setting correctly (http/1.1 using CONNECT method &#8211; &#8216;myproxyserver&#8217; port 80). This tells me that it should be possible, I need to do this in code because this has to be automated. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smeegle</title>
		<link>http://mycodetrip.com/2008/10/29/fix-for-error-the-requested-ftp-command-is-not-supported-when-using-http-proxy_118/comment-page-1/#comment-1563</link>
		<dc:creator>Smeegle</dc:creator>
		<pubDate>Thu, 22 Oct 2009 11:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=118#comment-1563</guid>
		<description>Thanks, you saved the day!</description>
		<content:encoded><![CDATA[<p>Thanks, you saved the day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://mycodetrip.com/2008/10/29/fix-for-error-the-requested-ftp-command-is-not-supported-when-using-http-proxy_118/comment-page-1/#comment-1562</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=118#comment-1562</guid>
		<description>Solved my problem beautifully.  Thank You! Thank You!</description>
		<content:encoded><![CDATA[<p>Solved my problem beautifully.  Thank You! Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goody</title>
		<link>http://mycodetrip.com/2008/10/29/fix-for-error-the-requested-ftp-command-is-not-supported-when-using-http-proxy_118/comment-page-1/#comment-1558</link>
		<dc:creator>Goody</dc:creator>
		<pubDate>Tue, 08 Sep 2009 18:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=118#comment-1558</guid>
		<description>Worked great for me.  I simulated the problem by starting up a local proxy using Fiddler and got the above error from my ftp function.  The addition of request.proxy = nothing solved the issue and files can now publish through the proxy... awesome. Thanks!</description>
		<content:encoded><![CDATA[<p>Worked great for me.  I simulated the problem by starting up a local proxy using Fiddler and got the above error from my ftp function.  The addition of request.proxy = nothing solved the issue and files can now publish through the proxy&#8230; awesome. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kashif ahmed</title>
		<link>http://mycodetrip.com/2008/10/29/fix-for-error-the-requested-ftp-command-is-not-supported-when-using-http-proxy_118/comment-page-1/#comment-1530</link>
		<dc:creator>kashif ahmed</dc:creator>
		<pubDate>Wed, 11 Feb 2009 10:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://mycodetrip.com/?p=118#comment-1530</guid>
		<description>I dont find above solution valueable because i still found some error again and again.</description>
		<content:encoded><![CDATA[<p>I dont find above solution valueable because i still found some error again and again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

