<?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: Microsoft&#8217;s free secure FTP server for Windows Server 2008</title>
	<atom:link href="http://www.formortals.com/microsofts-free-secure-ftp-server-for-windows-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.formortals.com/microsofts-free-secure-ftp-server-for-windows-server-2008/</link>
	<description>Because technology isn&#039;t just for geeks</description>
	<lastBuildDate>Tue, 24 Jan 2012 20:02:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Freedom March</title>
		<link>http://www.formortals.com/microsofts-free-secure-ftp-server-for-windows-server-2008/comment-page-1/#comment-2580</link>
		<dc:creator>Freedom March</dc:creator>
		<pubDate>Thu, 24 Sep 2009 14:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.formortals.com/?p=39#comment-2580</guid>
		<description>I have to say, SSH was the best thing they ever came out with. You can&#039;t beat its security nor its reliabilty.</description>
		<content:encoded><![CDATA[<p>I have to say, SSH was the best thing they ever came out with. You can&#8217;t beat its security nor its reliabilty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Digital Society &#187; Blog Archive &#187; Patch your Windows and Cisco equipment this week</title>
		<link>http://www.formortals.com/microsofts-free-secure-ftp-server-for-windows-server-2008/comment-page-1/#comment-2470</link>
		<dc:creator>Digital Society &#187; Blog Archive &#187; Patch your Windows and Cisco equipment this week</dc:creator>
		<pubDate>Wed, 09 Sep 2009 00:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.formortals.com/?p=39#comment-2470</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Ou</title>
		<link>http://www.formortals.com/microsofts-free-secure-ftp-server-for-windows-server-2008/comment-page-1/#comment-2178</link>
		<dc:creator>George Ou</dc:creator>
		<pubDate>Thu, 13 Aug 2009 05:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.formortals.com/?p=39#comment-2178</guid>
		<description>This is not true.  You need to install an intermediate certificate from GoDaddy only when you&#039;re installing the certificate on a Windows Server 2008 machine.  On every client I&#039;ve ever tested, I&#039;ve never had a problem with trusting an SSL certificate from GoDaddy.</description>
		<content:encoded><![CDATA[<p>This is not true.  You need to install an intermediate certificate from GoDaddy only when you&#8217;re installing the certificate on a Windows Server 2008 machine.  On every client I&#8217;ve ever tested, I&#8217;ve never had a problem with trusting an SSL certificate from GoDaddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LoadWB</title>
		<link>http://www.formortals.com/microsofts-free-secure-ftp-server-for-windows-server-2008/comment-page-1/#comment-2175</link>
		<dc:creator>LoadWB</dc:creator>
		<pubDate>Wed, 12 Aug 2009 23:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.formortals.com/?p=39#comment-2175</guid>
		<description>There is technically a difference between the less expensive and more expensive SSL certificates: the chain.  All of the less expensive (GoDaddy, et al) certificates I am asked to install for my customers require at least one intermediate certificate.  This is a certificate used to sign your SSL certificate, which itself is signed by a trusted root.  Without the intermediate, your SSL certificate becomes invalid to the end-user because the chain is broken and there is no path to a trusted root.

The more expensive certificates are often signed by trusted roots already installed in the client operating system, browser, or SSL tool kit.  This eliminates the requirement for an additional certificate installation or configuration.  Installing the intermediate certificate is fairly simple in Windows/IIS, some *nix programs have different file format requirements -- each cert in a different file, or combined in a single file in some particular order.

Certificates not signed by a trusted root can also be problematic for some mobile devices.  Of course, even certs signed by trusted root may be problematic if the root is not part of the device&#039;s root store and the device is locked by the carrier to prevent installation of new roots.

I use GoDaddy&#039;s multiple host name certificates (can&#039;t think of the designation, but they use X509v3 Subject Alternative Name extensions) with little problem, even with the intermediate certificate requirements.  The only issue is the missing signing root (ValiCert Class 2 Policy Validation Authority) on some mobile devices, which I mitigate by installing the root manually -- again, not available for all devices.

So there technically is a difference between them.  While the differences may be transparent to the end-user, in certain cases they are certainly visible by the administrator.</description>
		<content:encoded><![CDATA[<p>There is technically a difference between the less expensive and more expensive SSL certificates: the chain.  All of the less expensive (GoDaddy, et al) certificates I am asked to install for my customers require at least one intermediate certificate.  This is a certificate used to sign your SSL certificate, which itself is signed by a trusted root.  Without the intermediate, your SSL certificate becomes invalid to the end-user because the chain is broken and there is no path to a trusted root.</p>
<p>The more expensive certificates are often signed by trusted roots already installed in the client operating system, browser, or SSL tool kit.  This eliminates the requirement for an additional certificate installation or configuration.  Installing the intermediate certificate is fairly simple in Windows/IIS, some *nix programs have different file format requirements &#8212; each cert in a different file, or combined in a single file in some particular order.</p>
<p>Certificates not signed by a trusted root can also be problematic for some mobile devices.  Of course, even certs signed by trusted root may be problematic if the root is not part of the device&#8217;s root store and the device is locked by the carrier to prevent installation of new roots.</p>
<p>I use GoDaddy&#8217;s multiple host name certificates (can&#8217;t think of the designation, but they use X509v3 Subject Alternative Name extensions) with little problem, even with the intermediate certificate requirements.  The only issue is the missing signing root (ValiCert Class 2 Policy Validation Authority) on some mobile devices, which I mitigate by installing the root manually &#8212; again, not available for all devices.</p>
<p>So there technically is a difference between them.  While the differences may be transparent to the end-user, in certain cases they are certainly visible by the administrator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas EzFileSend</title>
		<link>http://www.formortals.com/microsofts-free-secure-ftp-server-for-windows-server-2008/comment-page-1/#comment-818</link>
		<dc:creator>Douglas EzFileSend</dc:creator>
		<pubDate>Fri, 18 Jul 2008 04:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.formortals.com/?p=39#comment-818</guid>
		<description>After years of working with email usage analysis and then file transfer solutions along with seeing the pains of ftp, I have put together www.EzFileSend.com . I represent multiple companies that offer solutions for ftp replacement and email attachment delivery. All of my solutions are completely secure and are offered either as hosted or non-hosted solutions. They are Outlook or Lotus Notes plug-ins that are as easy to use as sending an email and can even be automated for size and file type. All with zero impact on your email infrastructure. We even have unlimited file size options. I have negotiated pricing with these companies for Enterprise Companies. 100% get usage, pay for only 10%.&lt;br&gt;Thanks,&lt;br&gt;Douglas&lt;br&gt;Douglas@EzFileSend.com&lt;br&gt;www.EzFileSend.com </description>
		<content:encoded><![CDATA[<p>After years of working with email usage analysis and then file transfer solutions along with seeing the pains of ftp, I have put together <a href="http://www.EzFileSend.com" rel="nofollow">http://www.EzFileSend.com</a> . I represent multiple companies that offer solutions for ftp replacement and email attachment delivery. All of my solutions are completely secure and are offered either as hosted or non-hosted solutions. They are Outlook or Lotus Notes plug-ins that are as easy to use as sending an email and can even be automated for size and file type. All with zero impact on your email infrastructure. We even have unlimited file size options. I have negotiated pricing with these companies for Enterprise Companies. 100% get usage, pay for only 10%.<br />Thanks,<br />Douglas<br /><a href="mailto:Douglas@EzFileSend.com">Douglas@EzFileSend.com</a><br /><a href="http://www.EzFileSend.com" rel="nofollow">http://www.EzFileSend.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moi</title>
		<link>http://www.formortals.com/microsofts-free-secure-ftp-server-for-windows-server-2008/comment-page-1/#comment-384</link>
		<dc:creator>Moi</dc:creator>
		<pubDate>Mon, 19 May 2008 21:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.formortals.com/?p=39#comment-384</guid>
		<description>Grow up.&lt;br&gt;We&#039;re talking FTPS... not ---</description>
		<content:encoded><![CDATA[<p>Grow up.<br />We&#8217;re talking FTPS&#8230; not &#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dre</title>
		<link>http://www.formortals.com/microsofts-free-secure-ftp-server-for-windows-server-2008/comment-page-1/#comment-341</link>
		<dc:creator>dre</dc:creator>
		<pubDate>Wed, 14 May 2008 23:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.formortals.com/?p=39#comment-341</guid>
		<description>I make recommendations like this to Global 2000 as a trusted advisor on risk and security issues.&lt;br&gt;&lt;br&gt;It&#039;s definitely my place and the businesses/user do care.</description>
		<content:encoded><![CDATA[<p>I make recommendations like this to Global 2000 as a trusted advisor on risk and security issues.</p>
<p>It&#8217;s definitely my place and the businesses/user do care.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Ou</title>
		<link>http://www.formortals.com/microsofts-free-secure-ftp-server-for-windows-server-2008/comment-page-1/#comment-339</link>
		<dc:creator>George Ou</dc:creator>
		<pubDate>Wed, 14 May 2008 22:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.formortals.com/?p=39#comment-339</guid>
		<description>You beleive that FTPS is an unacceptable risk should be banned.  You don&#039;t understand that it is not your place to decide what type of technology gets used or not and that businesses and users don&#039;t care for your arrogant attitude.  You do not own the data or the business and it&#039;s not your place to say &quot;no&quot;.</description>
		<content:encoded><![CDATA[<p>You beleive that FTPS is an unacceptable risk should be banned.  You don&#8217;t understand that it is not your place to decide what type of technology gets used or not and that businesses and users don&#8217;t care for your arrogant attitude.  You do not own the data or the business and it&#8217;s not your place to say &#8220;no&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dre</title>
		<link>http://www.formortals.com/microsofts-free-secure-ftp-server-for-windows-server-2008/comment-page-1/#comment-335</link>
		<dc:creator>dre</dc:creator>
		<pubDate>Wed, 14 May 2008 18:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.formortals.com/?p=39#comment-335</guid>
		<description>I have nothing left to respond to except ad hominem attacks.  I&#039;ll take it that you agree with my assessment of Web services and FTP?&lt;br&gt;&lt;br&gt;Here, I&#039;ll try to bring this back to some sort of semblance of a subject.  I would prefer that you stay on-topic and answer questions when they are directed towards you.  I would prefer that you respond to the meat of my arguments instead of one-liners that are unrelated to the argument(s).&lt;br&gt;&lt;br&gt;&quot;You&#039;re the one who brought up the entire ActiveX platform and made a blanket statement that it&#039;s insecure when it&#039;s developers making mistakes with ActiveX that are the problem just like it&#039;s the developers that make coding mistakes in any language&quot;&lt;br&gt;&lt;br&gt;I don&#039;t want to talk about ActiveX.  I do want to discuss software security safe guards.&lt;br&gt;&lt;br&gt;ActiveX is a good topic for software security, but it&#039;s not unique.  Maybe &quot;insecure&quot; is the wrong word (note to self: did I even use that terminology or are you putting words in my mouth again?).&lt;br&gt;&lt;br&gt;The correct wording would be &quot;increases the attack surface to an unmanageable level, thus increasing risk to the point where preventative measures and other controls create an unbalanced equation&quot;.&lt;br&gt;&lt;br&gt;Developers only make mistakes when you give them enough rope to hang themselves.  Rope can be a useful tool for going places (you can&#039;t climb a mountain without it), however -- 2008 is not the time to be climbing.  If you look at the rate and severity of data breaches today compared to 1-2 and 2-5 years ago... things are in really bad shape.  Crimeware is extremely prolific, and yes -- some of it is ActiveX-based.  ActiveX is not immune to the Internet disease that is spreading at unprecedented rates.&lt;br&gt;&lt;br&gt;We need to pull back on the developer reins.  This is mostly a process issue -- something that a Secure Development Lifecycle would seek to solve.  It is also a people issue.  We need people doing the right things (process), and on the second iteration -- we need to improve the tools (i.e. technology) that they use, both on the code itself, as well as with the process.&lt;br&gt;&lt;br&gt;If you know anything about the software development lifecycle or have read Boehm&#039;s proofs (and later Jaquith&#039;s, Soo Hoo&#039;s, and Geer&#039;s work related to security bugs), you&#039;ll note that over 80% of bugs are created during the requirements phase, and that the cost to fix these bugs is as much as 200 times more during the maintenance phase.&lt;br&gt;&lt;br&gt;Developer mistakes is the same thing as saying &quot;pilot error&quot;.  We need a better process, and continuous improvement of process/people/technology to move on this issue.&lt;br&gt;&lt;br&gt;What does this have to do with FTP and Web services?  Well, FTP does not meet the baseline security requirements when considering it does not implement a modern AAA stack to help with your precious CIA model.  Web services, when properly designed and implemented through a Secure SDLC, will rise to the occasion.  It will also have problems, maybe even more in the short term.  But as a scalable, long-term solution to reduce risk -- it is worth the investment now.  I do not believe in a complex Web services stack although this could easily happen.  Web services should be about as complex as FTP when implemented for this purpose and not much more.</description>
		<content:encoded><![CDATA[<p>I have nothing left to respond to except ad hominem attacks.  I&#8217;ll take it that you agree with my assessment of Web services and FTP?</p>
<p>Here, I&#8217;ll try to bring this back to some sort of semblance of a subject.  I would prefer that you stay on-topic and answer questions when they are directed towards you.  I would prefer that you respond to the meat of my arguments instead of one-liners that are unrelated to the argument(s).</p>
<p>&quot;You&#8217;re the one who brought up the entire ActiveX platform and made a blanket statement that it&#8217;s insecure when it&#8217;s developers making mistakes with ActiveX that are the problem just like it&#8217;s the developers that make coding mistakes in any language&quot;</p>
<p>I don&#8217;t want to talk about ActiveX.  I do want to discuss software security safe guards.</p>
<p>ActiveX is a good topic for software security, but it&#8217;s not unique.  Maybe &quot;insecure&quot; is the wrong word (note to self: did I even use that terminology or are you putting words in my mouth again?).</p>
<p>The correct wording would be &quot;increases the attack surface to an unmanageable level, thus increasing risk to the point where preventative measures and other controls create an unbalanced equation&quot;.</p>
<p>Developers only make mistakes when you give them enough rope to hang themselves.  Rope can be a useful tool for going places (you can&#8217;t climb a mountain without it), however &#8212; 2008 is not the time to be climbing.  If you look at the rate and severity of data breaches today compared to 1-2 and 2-5 years ago&#8230; things are in really bad shape.  Crimeware is extremely prolific, and yes &#8212; some of it is ActiveX-based.  ActiveX is not immune to the Internet disease that is spreading at unprecedented rates.</p>
<p>We need to pull back on the developer reins.  This is mostly a process issue &#8212; something that a Secure Development Lifecycle would seek to solve.  It is also a people issue.  We need people doing the right things (process), and on the second iteration &#8212; we need to improve the tools (i.e. technology) that they use, both on the code itself, as well as with the process.</p>
<p>If you know anything about the software development lifecycle or have read Boehm&#8217;s proofs (and later Jaquith&#8217;s, Soo Hoo&#8217;s, and Geer&#8217;s work related to security bugs), you&#8217;ll note that over 80% of bugs are created during the requirements phase, and that the cost to fix these bugs is as much as 200 times more during the maintenance phase.</p>
<p>Developer mistakes is the same thing as saying &quot;pilot error&quot;.  We need a better process, and continuous improvement of process/people/technology to move on this issue.</p>
<p>What does this have to do with FTP and Web services?  Well, FTP does not meet the baseline security requirements when considering it does not implement a modern AAA stack to help with your precious CIA model.  Web services, when properly designed and implemented through a Secure SDLC, will rise to the occasion.  It will also have problems, maybe even more in the short term.  But as a scalable, long-term solution to reduce risk &#8212; it is worth the investment now.  I do not believe in a complex Web services stack although this could easily happen.  Web services should be about as complex as FTP when implemented for this purpose and not much more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Ou</title>
		<link>http://www.formortals.com/microsofts-free-secure-ftp-server-for-windows-server-2008/comment-page-1/#comment-330</link>
		<dc:creator>George Ou</dc:creator>
		<pubDate>Wed, 14 May 2008 14:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.formortals.com/?p=39#comment-330</guid>
		<description>&quot;You&#039;re breaking your own logic.&quot;&lt;br&gt;&lt;br&gt;If you read what I said, you&#039;d understand. I compared an ActiveX APPLICATION to QuickTime which is also an APPLICATION. The comparison is valid because there are no single ActiveX applications that are as habitually buggy as Apple QuickTime, Firefox, or Internet Explorer. You&#039;re the one who brought up the entire ActiveX platform and made a blanket statement that it&#039;s insecure when it&#039;s developers making mistakes with ActiveX that are the problem just like it&#039;s the developers that make coding mistakes in any language.&lt;br&gt;&lt;br&gt;&quot;The QoS thread is totally different. I also didn&#039;t say those things&quot;&lt;br&gt;&lt;br&gt;Don&#039;t be a liar Dre when your comments are in writing. Your most recent post in the other thread on Net Neutrality continues to recklessly call for class-action lawsuits against router manufacturers because routers add a millisecond of delay. You sound like one of those people pushing the theory that the US Governement brought down the towers and that&#039;s not what this site is about and I&#039;ve run out of patience trying to clean up your mess.</description>
		<content:encoded><![CDATA[<p>&quot;You&#8217;re breaking your own logic.&quot;</p>
<p>If you read what I said, you&#8217;d understand. I compared an ActiveX APPLICATION to QuickTime which is also an APPLICATION. The comparison is valid because there are no single ActiveX applications that are as habitually buggy as Apple QuickTime, Firefox, or Internet Explorer. You&#8217;re the one who brought up the entire ActiveX platform and made a blanket statement that it&#8217;s insecure when it&#8217;s developers making mistakes with ActiveX that are the problem just like it&#8217;s the developers that make coding mistakes in any language.</p>
<p>&quot;The QoS thread is totally different. I also didn&#8217;t say those things&quot;</p>
<p>Don&#8217;t be a liar Dre when your comments are in writing. Your most recent post in the other thread on Net Neutrality continues to recklessly call for class-action lawsuits against router manufacturers because routers add a millisecond of delay. You sound like one of those people pushing the theory that the US Governement brought down the towers and that&#8217;s not what this site is about and I&#8217;ve run out of patience trying to clean up your mess.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

