<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/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/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'FTP'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=FTP&amp;orTags=0</link><description>Search results matching tag 'FTP'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>ftp server authentication problem in Windows 7 </title><link>http://forums.iis.net/p/1163017/1926361.aspx#1926361</link><pubDate>Fri, 27 Nov 2009 12:05:34 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926361</guid><dc:creator>una riu</dc:creator><cs:applicationKey>iis7_-_setup__migration-41</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have configured a basic ftp server configuration in
windows 7 Professional. Anonymous authentication works, but basic
authentication doesn&amp;#39;t (windows user trying to connect).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;All user have read authorization. User isolation is configured to root folder. SSL configuration is allowed.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;ftp client output is :&lt;/p&gt;&lt;p&gt;530-User cannot log in.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Win32 error:&lt;/p&gt;&lt;p&gt;&amp;nbsp;Error details: An error occured during the authentication process&lt;/p&gt;&lt;p&gt;530 End&lt;/p&gt;Somebody could tell me how to configure basic windows users authentication ? </description></item><item><title>Re: Windows 7 FTP problems</title><link>http://forums.iis.net/p/1162565/1925458.aspx#1925458</link><pubDate>Thu, 19 Nov 2009 20:16:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925458</guid><dc:creator>TolchinJ</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>&lt;p&gt;Is there a way to do this from within VB.NET?&lt;/p&gt;
&lt;p&gt;I suppose I could try to run the command you mentioned, dump it into a memory block, then try to scrub it for FTP sites, but there must be a better way.&amp;nbsp; No?&lt;/p&gt;
&lt;p&gt;Also, using this method does not give me the ability to find out the directory for a particular site.&lt;/p&gt;</description></item><item><title>iisadmin fails to start with error code 2148073483 (0x8009000B)</title><link>http://forums.iis.net/p/1162802/1925429.aspx#1925429</link><pubDate>Thu, 19 Nov 2009 17:33:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925429</guid><dc:creator>sunnydadwal</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>Hi

can anyone help me regarding this. I am getting the following errors

c:\winnt\profiles\apels&amp;gt;net start iisadmin
The IIS Admin Service service is starting.
The IIS Admin Service service could not be started.

A service specific error occurred: 2148073483.



Object of Reference: LOGFILE/SYSTEM-GENERAL
Problem Data:  Tue Nov 17 16:54:01 2009 23055 AP0706080488A 7024 144 Service Control Manager EVENTLOG_ERROR_TYPE IIS Admin Service 2148073483 (0x8009000B)
Problem Text: PROBLEM      

Please suggest

Sunny</description></item><item><title>FTP command filtering using appcmd</title><link>http://forums.iis.net/p/1162760/1925274.aspx#1925274</link><pubDate>Wed, 18 Nov 2009 17:24:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925274</guid><dc:creator>brandon.mcgarvey</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;I am trying to figure out how to add FTP&amp;nbsp;command filters using appcmd.exe. I just flat out do not understand the syntax for the command. The syntax that I believe I need to use is one of these:&lt;/p&gt;
&lt;p&gt;appcmd.exe set site&amp;nbsp;MyFTPSite /ftpServer.security.commandFiltering.[command=&amp;#39;string&amp;#39;].command&lt;/p&gt;
&lt;p&gt;appcmd.exe set site MyFTPSite /ftpServer.security.commandFiltering.[command=&amp;#39;string&amp;#39;].allowed&lt;/p&gt;
&lt;p&gt;My goal is to deny MKDIR command. I tried the command below, but it tells me that it cannot find requested collection element. How do I add an element to the collection. I am familiar with adding collections with &amp;quot;appcmd set config&amp;quot;, but this method doesn&amp;#39;t seem the same.&lt;/p&gt;
&lt;p&gt;appcmd.exe set site MyFTPSite /ftpServer.security.commandFiltering.[command=&amp;#39;MKDIR&amp;#39;].allowed:&amp;quot;false&amp;quot;&lt;/p&gt;
&lt;p&gt;If someone can&amp;nbsp;reply back with an example of the syntax, I&amp;#39;d greatly appreciate it. Thanks.&lt;/p&gt;</description></item><item><title>Windows 7 FTP problems</title><link>http://forums.iis.net/p/1162565/1924369.aspx#1924369</link><pubDate>Thu, 12 Nov 2009 00:03:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924369</guid><dc:creator>benjamin.pence</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>I am trying to access the FTP sites on localhost using VBScript, but &lt;span&gt;&lt;/span&gt;&lt;span&gt;
&lt;p&gt;GetObject( &amp;quot;IIS://localhost/msFTPsvc&amp;quot;)&lt;/p&gt;
&lt;p&gt;refuses to cooperate.&amp;nbsp; I have set up as identical a configuration&amp;nbsp;possible on a Vista box, and had no problems.&lt;/p&gt;&lt;/span&gt;
&lt;p&gt;For each machine, I turned on these features:&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Internet Information Services: default&amp;nbsp;subfeatures&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FTP Publishing service:&amp;nbsp;both subfeatures&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Web Management Tools:&amp;nbsp; All subfeatures (including IIS 6 Management compatibility)&lt;/p&gt;
&lt;p&gt;Images: &lt;a class="" href="http://bencejoful.x10hosting.com/ftp/IISconfig-Vista.png"&gt;Vista&amp;#39;s feature setup&lt;/a&gt; &lt;a class="" href="http://bencejoful.x10hosting.com/ftp/IISconfig-win7.png"&gt;Win7&amp;#39;s feature setup&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Went to IIS manager, turn on FTP publishing for the default web site (in vista, via the IIS manager 6.0; in win7, via the IIS Manager, Default web site\Add FTP publishing)&lt;/p&gt;
&lt;p&gt;Now I have a script to run to find the default FTP site (&lt;a class="" href="http://bencejoful.x10hosting.com/ftp/tryftp.vbs.txt"&gt;link&lt;/a&gt;).&amp;nbsp; On vista, it works&amp;nbsp;perfectly.&amp;nbsp; On 7, it fails at:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GetObject( &amp;quot;IIS://localhost/msFTPsvc&amp;quot;)&lt;/p&gt;
&lt;p&gt;Images:&amp;nbsp; &lt;a class="" href="http://bencejoful.x10hosting.com/ftp/result-Vista.png"&gt;Vista&amp;#39;s results&lt;/a&gt;&amp;nbsp; &lt;a class="" href="http://bencejoful.x10hosting.com/ftp/result-win7.png"&gt;Win7&amp;#39;s results&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What am I missing?&amp;nbsp; How can I set up/find the default FTP site with windows 7?&lt;/p&gt;</description></item><item><title>Re: publishing from VS2008, errors 'no web server name' and 'unspecified error' - please please look</title><link>http://forums.iis.net/p/1158233/1923481.aspx#1923481</link><pubDate>Thu, 05 Nov 2009 10:34:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923481</guid><dc:creator>EdSF</dc:creator><cs:applicationKey>publishing--1</cs:applicationKey><description>Break it. 

It&amp;#39;s mind-boggling how a simple thing like &amp;quot;publishing&amp;quot; via FTP gets so problematic. And the kicker is that it adds a file that effectively puts your site &amp;quot;offline&amp;quot; until you delete it.

This isn&amp;#39;t a client issue, I can use command line FTP and Dreamweaver (going as far as adding check in/out) to do the same thing. Just by this sentence all the discussion about firewall, file/folder permissions , ftp server setup, etc. etc. are rendered moot. There are some discussions about &amp;quot;passive mode&amp;quot; as well, and that&amp;#39;s not it either. 

VS2008 ftp publishing is well, broken...sigh....

The round-about way? Publish to file system, and just use whatever other ftp client you have handy - that&amp;#39;s how simple this job should be so whatever else VS2008 is doing...it shouldn&amp;#39;t. 

If you don&amp;#39;t have some FTP gui client, just use command line FTP...it&amp;#39;ll save you all the wasted effort trying to do something that&amp;#39;s been around since, wow, I don&amp;#39;t know how long ftp  been around...I just dated myself :)

A case of &amp;quot;better together&amp;quot; isn&amp;#39;t...unfortunately...</description></item><item><title>FTP virtual directory, help!!!!!!!!!!!</title><link>http://forums.iis.net/p/1162301/1923208.aspx#1923208</link><pubDate>Tue, 03 Nov 2009 11:13:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923208</guid><dc:creator>Vloors</dc:creator><cs:applicationKey>iis_70__-_powershell_provider-41</cs:applicationKey><description>&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;FONT-SIZE:10pt;"&gt;&lt;font color="#000000"&gt;I am trying to create an FTP&amp;nbsp;virtual directory, but some having some issues.&lt;/font&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;FONT-SIZE:10pt;"&gt;&lt;font color="#000000"&gt;&amp;nbsp;so far I have:&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt; 
&lt;p&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;FONT-SIZE:10pt;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;FONT-SIZE:10pt;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;FONT-SIZE:10pt;"&gt;&lt;font color="#000000"&gt;&lt;/font&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;COLOR:cadetblue;FONT-SIZE:10pt;"&gt;New-Item&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;COLOR:black;FONT-SIZE:10pt;"&gt; IIS:\&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;COLOR:maroon;FONT-SIZE:10pt;"&gt;Sites\SFTP&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;COLOR:black;FONT-SIZE:10pt;"&gt;\&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;COLOR:purple;FONT-SIZE:10pt;"&gt;$folder&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;COLOR:black;FONT-SIZE:10pt;"&gt; -type &lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;COLOR:maroon;FONT-SIZE:10pt;"&gt;VirtualDirectory&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;COLOR:black;FONT-SIZE:10pt;"&gt; -physicalPath &lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;COLOR:maroon;FONT-SIZE:10pt;"&gt;d:\temp\$folder&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;COLOR:green;FONT-SIZE:10pt;"&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#008000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;&lt;font color="#800000" size="2" face="Courier New"&gt;
&lt;p&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;However, how do I set the other properties, like’ FTP Authorization Rules’?&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 10pt;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;The $folder variable is defined earlier in the script.&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 10pt;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;I am using Windows 2008 R2 with &lt;/font&gt;&lt;font color="#0000ff" size="3" face="Calibri"&gt;FTP 7.5&lt;/font&gt;&lt;font color="#000000" size="3" face="Calibri"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 10pt;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;Any help would be appreciated.&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>FTP client times out on directory change</title><link>http://forums.iis.net/p/1162116/1922373.aspx#1922373</link><pubDate>Tue, 27 Oct 2009 19:20:45 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922373</guid><dc:creator>computerlady911</dc:creator><cs:applicationKey>tuning_iis--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;Every time I connect to my ftp server, the connection initially works fine but if I click on any directory the client times out the first time.&amp;nbsp; If I wait until after I get the error, then try again it will work.&amp;nbsp; I am using IIS6 for the ftp and filezilla for the client.&lt;/p&gt;&lt;p&gt;This is how the filezilla reports the command and error. &amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Command:&amp;nbsp;&amp;nbsp;&amp;nbsp; CWD /folder name/folder name/Folder Name&lt;br /&gt;Error:&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection timed out&lt;br /&gt;Error:&amp;nbsp;&amp;nbsp;&amp;nbsp; Failed to retrieve directory listing &lt;/p&gt;&lt;p&gt;I increased the timeout settings to 1200 sec but no change.&amp;nbsp; Again it does work the second time I try to click on the folder.&amp;nbsp; But this is not a satisfactory result for my users.&amp;nbsp; It happens on every folder.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: steps to setup iis 7.5 smtp and ftp ~~ win 2008 server R2 web edition</title><link>http://forums.iis.net/p/1161582/1920295.aspx#1920295</link><pubDate>Sat, 10 Oct 2009 19:32:15 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1920295</guid><dc:creator>gerryLowry</dc:creator><cs:applicationKey>iis7_-_setup__migration-41</cs:applicationKey><description>&lt;p&gt;follow up:&lt;/p&gt;
&lt;p&gt;found this useful link:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://learn.iis.net/page.aspx/310/what-is-new-for-microsoft-and-ftp-75/"&gt;http://learn.iis.net/page.aspx/310/what-is-new-for-microsoft-and-ftp-75/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;quote (edited):&lt;/p&gt;
&lt;p&gt;...&amp;nbsp;&lt;strong&gt;&lt;em&gt;brand-new&lt;/em&gt;&lt;/strong&gt; FTP service that is &lt;strong&gt;&lt;em&gt;available as a separate download&lt;/em&gt;&lt;/strong&gt; for Windows Server® 2008&amp;nbsp;...&amp;nbsp;&lt;strong&gt;&lt;em&gt;robust, secure solution&lt;/em&gt;&lt;/strong&gt; for FTP in a Windows environment.&amp;nbsp;... written specifically for Windows Server 2008&amp;nbsp;... enables Web authors to publish content more easily and securely than before, and offers both Web administrators and hosters better integration, management, authentication and logging features.&lt;br /&gt;&lt;br /&gt;... there are &lt;font style="BACKGROUND-COLOR:#ffff00;" size="4"&gt;&lt;strong&gt;&lt;em&gt;two&lt;/em&gt;&lt;/strong&gt;&lt;/font&gt; FTP services available for IIS 7.0:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The new Microsoft FTP service for IIS 7.0 is provided as a download from the Web for Windows Server 2008. 
&lt;li&gt;The other FTP service ships on the Windows Vista™ and Windows Server 2008 DVD. ( ..&amp;nbsp;essentially the same FTP service from IIS 6.0.)&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;There are &lt;strong&gt;&lt;em&gt;&lt;font style="BACKGROUND-COLOR:#ffff00;"&gt;two separate downloadable&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt; packages for the new FTP server; you will need to download the appropriate package for your version of Windows Server 2008:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;32-bit Installation Package&lt;/b&gt;: 
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=143196" target="_blank"&gt;&lt;font color="#034af3"&gt;FTP 7.5 for IIS 7.0 (x86)&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;&lt;b&gt;64-bit Installation Package&lt;/b&gt;: 
&lt;ul&gt;
&lt;li&gt;
&lt;p align="left"&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=143197"&gt;&lt;font color="#034af3"&gt;FTP 7.5 for IIS 7.0 (x64)&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p align="left"&gt;See also:&lt;br /&gt;&lt;a href="http://learn.iis.net/page.aspx/263/installing-and-troubleshooting-ftp75/"&gt;http://learn.iis.net/page.aspx/263/installing-and-troubleshooting-ftp75/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>what is difference between iis 7.5 FTP feature and http://www.iis.net/extensions/FTP</title><link>http://forums.iis.net/p/1161605/1920051.aspx#1920051</link><pubDate>Thu, 08 Oct 2009 21:04:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1920051</guid><dc:creator>gerryLowry</dc:creator><cs:applicationKey>iis7_-_setup__migration-41</cs:applicationKey><description>&lt;p&gt;http://www.iis.net/extensions/FTP is called &amp;quot;FTP Publshing Service&amp;quot;.&lt;/p&gt;&lt;p&gt;If I install it, do I still need to enable FTP feature?&lt;/p&gt;&lt;p&gt;win 20008 server wweb edition R2&lt;/p&gt;&lt;p&gt;iis 7.5&lt;/p&gt;&lt;p&gt;what is difference between FTP feature and FTP Publishing Service? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you&lt;br /&gt;Gerry&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>