<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>eXtreme. tech. : FTPS</title><link>http://blogs.technet.com/extreme/archive/tags/FTPS/default.aspx</link><description>Tags: FTPS</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>New SSL FTP on IIS7 screencast</title><link>http://blogs.technet.com/extreme/archive/2007/07/02/new-ssl-ftp-on-iis7-screencast.aspx</link><pubDate>Tue, 03 Jul 2007 02:59:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1425945</guid><dc:creator>David Tesar</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/extreme/comments/1425945.aspx</comments><wfw:commentRss>http://blogs.technet.com/extreme/commentrss.aspx?PostID=1425945</wfw:commentRss><description>&lt;P&gt;This is a sweet screencast on the new FTP included with IIS7 (I referenced it on my previous blog post).&amp;nbsp; It relevant for us IT Pros and it doesn't come up when you search for "FTP" on channel9, so here it is: &lt;A title=http://channel9.msdn.com/Showpost.aspx?postid=319223 href="http://channel9.msdn.com/Showpost.aspx?postid=319223" mce_href="http://channel9.msdn.com/Showpost.aspx?postid=319223"&gt;http://channel9.msdn.com/Showpost.aspx?postid=319223&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are demos on:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Integrated Publishing (HTTP &amp;amp; FTP side by side)&lt;/LI&gt;
&lt;LI&gt;Secure publishing (FTPS)&lt;/LI&gt;
&lt;LI&gt;FTP virtual hosts&lt;/LI&gt;
&lt;LI&gt;User Isolation&lt;/LI&gt;
&lt;LI&gt;Web Manager Authentication (non-windows auth)&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A href="http://dtzar.members.winisp.net/ppt/FTP7.pptx" target=_blank mce_href="http://dtzar.members.winisp.net/ppt/FTP7.pptx"&gt;Here&lt;/A&gt; is the slide deck.&lt;/P&gt;
&lt;P&gt;Enjoy!&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1425945" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/extreme/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.technet.com/extreme/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.technet.com/extreme/archive/tags/FTP/default.aspx">FTP</category><category domain="http://blogs.technet.com/extreme/archive/tags/FTPS/default.aspx">FTPS</category></item><item><title>FTPS in IIS7 is sweeter</title><link>http://blogs.technet.com/extreme/archive/2007/05/23/ftps-in-iis7-is-sweeter.aspx</link><pubDate>Thu, 24 May 2007 03:27:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1034529</guid><dc:creator>David Tesar</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.technet.com/extreme/comments/1034529.aspx</comments><wfw:commentRss>http://blogs.technet.com/extreme/commentrss.aspx?PostID=1034529</wfw:commentRss><description>&lt;P&gt;Yes, I'm not really sure why I chose the word "sweet" the first time around but I figured I might as well&amp;nbsp;stick with it for this post.&lt;/P&gt;
&lt;P&gt;Microsoft's &lt;A href="http://www.iis.net/default.aspx?tabid=7" mce_href="http://www.iis.net/default.aspx?tabid=7"&gt;IIS version 7&lt;/A&gt; is included with Vista and Server 2008. The FTP “windows feature” you install through the control panel under IIS is &lt;B&gt;NOT&lt;/B&gt; the full version of the FTP server. The product team couldn’t get all of the features done in time to wrap it into Server 2008 RTM, so to get the full FTP program you need to download it from &lt;A href="http://www.iis.net/" mce_href="http://www.iis.net/"&gt;iis.net&lt;/A&gt;. Also, the full FTP program only works with Server 2008 and not Vista until Vista SP1.&lt;/P&gt;
&lt;P&gt;So what are some of the cool features the new FTP server allows you to do? 
&lt;P&gt;1. &lt;B&gt;SSL FTP&lt;/B&gt; – also known as &lt;A href="http://en.wikipedia.org/wiki/FTPS" mce_href="http://en.wikipedia.org/wiki/FTPS"&gt;FTPS&lt;/A&gt;, not to be confused with &lt;A href="http://en.wikipedia.org/wiki/FTP_over_SSH" mce_href="http://en.wikipedia.org/wiki/FTP_over_SSH"&gt;SFTP&lt;/A&gt;. You can choose if you want to encrypt just the control/authentication channel or both it and the data channel! You might not want to encrypt the data channel for uploads so you can do AV scanning, but still login with credentials securely via SSL. 
&lt;P&gt;2. &lt;B&gt;Non-Windows Authentication&lt;/B&gt; – You can create your own users in IIS which is completely separate from any windows authentication. The users created in IIS are able to do any tasks such as administrate or login and authenticate to the FTP. 
&lt;P&gt;3. &lt;B&gt;Virtual Host Names&lt;/B&gt; – You can have two separate “virtual” FTP sites on the same IP and port. You will get redirected to a particular site based on the username and virtual host name you login with. 
&lt;P&gt;4. &lt;B&gt;Disk Quotas&lt;/B&gt; – You can combine the power of longhorn’s disk quotas with FTP. FTP will deny upload once the quota is hit and also tell you the available space left for a folder. 
&lt;P&gt;5. &lt;B&gt;File-based Management&lt;/B&gt; – You can create, backup, modify, and deploy the entire FTP configuration via a single XML-based file. 
&lt;P&gt;6. &lt;B&gt;Better supportability&lt;/B&gt; – through enhanced logging for all FTP verbs, more detailed error messages, and event tracing for windows (ETW) which allows you to see what FTP is doing internally. 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;Get Started&lt;/FONT&gt;&lt;/STRONG&gt; 
&lt;P&gt;&lt;B&gt;Downloads&lt;/B&gt;:&lt;BR&gt;&lt;A href="http://go.microsoft.com/fwlink/?LinkId=89114" mce_href="http://go.microsoft.com/fwlink/?LinkId=89114"&gt;FTP&amp;nbsp;full version for&amp;nbsp;IIS 7.0 (x64)&lt;/A&gt;&lt;BR&gt;&lt;A href="http://go.microsoft.com/fwlink/?LinkId=87847" mce_href="http://go.microsoft.com/fwlink/?LinkId=87847"&gt;FTP full version for IIS 7.0 (x86)&lt;/A&gt;&lt;BR&gt;&lt;A href="http://www.microsoft.com/windowsserver/longhorn/audsel.mspx" mce_href="http://www.microsoft.com/windowsserver/longhorn/audsel.mspx"&gt;IIS7 and Longhorn Beta 3&lt;/A&gt; 
&lt;P&gt;&lt;B&gt;Learning&lt;/B&gt;:&lt;BR&gt;&lt;A href="http://www.iis.net/default.aspx?tabid=7" mce_href="http://www.iis.net/default.aspx?tabid=7"&gt;IIS 7 Homepage&lt;/A&gt; - Navigate left menu bar: “Managing IIS7” à “Using FTP Server in IIS7”&lt;BR&gt;- &lt;A href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/Administering-IIS7s-FTP-Server" mce_href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/Administering-IIS7s-FTP-Server"&gt;Administering IIS7s FTP Server&lt;/A&gt;&lt;BR&gt;- &lt;A href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/What-s-New-for-Microsoft-and-FTP-" mce_href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/What-s-New-for-Microsoft-and-FTP-"&gt;What s New for Microsoft and FTP &lt;/A&gt;&lt;BR&gt;- &lt;A href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/Using-virtual-host-names" mce_href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/Using-virtual-host-names"&gt;Using virtual host names&lt;/A&gt;&lt;BR&gt;- &lt;A href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/Adding-FTP-to-a-Web-site" mce_href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/Adding-FTP-to-a-Web-site"&gt;Adding FTP to a Web site&lt;/A&gt;&lt;BR&gt;- &lt;A href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/Using-FTP-over-SSL" mce_href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/Using-FTP-over-SSL"&gt;Using FTP over SSL&lt;/A&gt;&lt;BR&gt;- &lt;A href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/Configuring-FTP-user-Isolation" mce_href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/Configuring-FTP-user-Isolation"&gt;Configuring FTP user Isolation&lt;/A&gt;&lt;BR&gt;- &lt;A href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/FTP-7-Walk-Through--Creating-a-New-FTP-Site" mce_href="http://www.iis.net/articles/view.aspx/Managing-IIS7/Using-FTP-Server-in-IIS7/FTP-7-Walk-Through--Creating-a-New-FTP-Site"&gt;FTP 7 Walk Through Creating a New FTP Site&lt;/A&gt;&lt;BR&gt;FTP section in &lt;A href="http://technet2.microsoft.com/windowsserver/en/library/333bd592-3975-47b7-846a-e2286161b1e01033.mspx" mce_href="http://technet2.microsoft.com/windowsserver/en/library/333bd592-3975-47b7-846a-e2286161b1e01033.mspx"&gt;IIS 7 Operations Guide&lt;/A&gt;&lt;BR&gt;&lt;A href="http://virtuallabs.iis.net/" mce_href="http://virtuallabs.iis.net/"&gt;Play with IIS7 Right Now in a Virtual Lab&lt;/A&gt;&lt;BR&gt;&lt;A class="" href="http://channel9.msdn.com/ShowPost.aspx?PostID=319223" mce_href="http://channel9.msdn.com/ShowPost.aspx?PostID=319223"&gt;FTP screencast from the IIS product team&lt;/A&gt; on Ch9&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1034529" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/extreme/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.technet.com/extreme/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.technet.com/extreme/archive/tags/FTP/default.aspx">FTP</category><category domain="http://blogs.technet.com/extreme/archive/tags/FTPS/default.aspx">FTPS</category></item><item><title>FTP in IIS7 is sweet</title><link>http://blogs.technet.com/extreme/archive/2007/05/17/ftp-in-iis7-is-sweet.aspx</link><pubDate>Fri, 18 May 2007 03:44:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:988554</guid><dc:creator>David Tesar</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/extreme/comments/988554.aspx</comments><wfw:commentRss>http://blogs.technet.com/extreme/commentrss.aspx?PostID=988554</wfw:commentRss><description>&lt;P&gt;The new FTP program that comes as a separate download from Longhorn server is sweet and&amp;nbsp;a&amp;nbsp;MUCH needed upgrade to our FTP.&amp;nbsp;&amp;nbsp; The new IIS7 FTP server includes secure publishing with FTP/SSL (FTPS) support, integrated web publishing with support for the IIS7 configuration system and administration tool - making it really easy to setup FTP publishing points for a web application,&amp;nbsp;separate or integrated authentication from AD, host header FTP support, and more!&amp;nbsp; &lt;/P&gt;
&lt;P&gt;This FTP server is really amazing, and I'll be covering more of it in a future blog post.&amp;nbsp; &lt;A href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1454" target=_blank mce_href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1454"&gt;Download it today&lt;/A&gt;, and read more about it on &lt;A href="http://www.iis.net/default.aspx?tabid=7" mce_href="http://www.iis.net/default.aspx?tabid=7"&gt;IIS.net&lt;/A&gt;!&amp;nbsp; &lt;/P&gt;
&lt;P&gt;FYI - The download link above also has a&amp;nbsp;brief high-level overview of&amp;nbsp;the new features.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=988554" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/extreme/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.technet.com/extreme/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.technet.com/extreme/archive/tags/FTP/default.aspx">FTP</category><category domain="http://blogs.technet.com/extreme/archive/tags/FTPS/default.aspx">FTPS</category></item></channel></rss>