<?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>UH.LEE.KA &#187; FTP 7.5</title>
	<atom:link href="http://www.uhleeka.com/blog/tag/ftp-7-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uhleeka.com/blog</link>
	<description>If you think nobody cares about you, try missing a few car payments.</description>
	<lastBuildDate>Wed, 25 Aug 2010 01:35:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FTP 7.5 using virtual host names in IIS7</title>
		<link>http://www.uhleeka.com/blog/2009/08/ftp-7-5-using-virtual-host-names-in-iis7/</link>
		<comments>http://www.uhleeka.com/blog/2009/08/ftp-7-5-using-virtual-host-names-in-iis7/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 22:46:37 +0000</pubDate>
		<dc:creator>uhleeka</dc:creator>
				<category><![CDATA[Installs and Configs]]></category>
		<category><![CDATA[FTP 7.5]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[Virtual Host Names]]></category>

		<guid isPermaLink="false">http://www.uhleeka.com/blog/?p=316</guid>
		<description><![CDATA[With regards to creating an FTP publishing site in IIS7, I was initially confused by the term &#8220;virtual host names&#8221;. My intuitive but incorrect assumption was that the FTP server would be able to look at the host name used to contact the server, and redirect the authorized user accordingly. The Virtual Host Name is [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left;width:93px;height:93px;margin:8px 8px 0px 0px;border:solid 1px #003;background-color:#fff;background-repeat:no-repeat;background-position:center center;background-image:url('http://www.uhleeka.com/blog/wp-content/uploads/2009/08/welcome-150x150.png');"></div>
<p>With regards to creating an FTP publishing site in IIS7, I was initially confused by the term &#8220;virtual host names&#8221;.  My intuitive but incorrect assumption was that the FTP server would be able to look at the host name used to contact the server, and redirect the authorized user accordingly.  </p>
<p>The <strong>Virtual Host Name</strong> is not at all similar to the website&#8217;s <strong>Host Header Name</strong>.  Instead of acting on the FTP host, it acts on the FTP user.<span id="more-316"></span></p>
<p>Supposing a <strong>Virtual Host Name</strong> of <strong>myvirtualhost.com</strong> and a user, <strong>ftpuser</strong>, FTP access would be as follows:</p>

<div class="uhleeka_codebox"><div class="uhleeka_codebox_in"><pre>Host: ftp.mydomain.com
Port: 21
User: ftpuser|myvirtualhost.com
Pass: ...</pre></div></div>

<p>So modify your usernames, not your ftp host!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.uhleeka.com/blog/2009/08/ftp-7-5-using-virtual-host-names-in-iis7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

