<?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 'ftp7'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=ftp7&amp;orTags=0</link><description>Search results matching tag 'ftp7'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>how do I stop and start an FTP site programmatically?</title><link>http://forums.iis.net/p/1162273/1923061.aspx#1923061</link><pubDate>Mon, 02 Nov 2009 13:17:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923061</guid><dc:creator>m.p</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;I&amp;#39;m using FTP7 (or FTP7.5).&amp;nbsp;I&amp;nbsp;create an FTP site using MWA (C#), but when I try to get (ftpsite is a Site object): &lt;/p&gt;
&lt;p&gt;ftpsite.State&lt;/p&gt;
&lt;p&gt;it fails with exception: The object identifier does not represent a valid object. (Exception from HRESULT: 0x800710D8).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;It also fails on ftpsite.Stop and ftpsite.Start methods, but with no exception message.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve also noticed that in applicationHost.config, the attribute &amp;quot;serverAutoStart&amp;quot; has no effect on FTP sites.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So how can I get FTP site state and stop or start it?&lt;/p&gt;</description></item><item><title>ftp 7 port 21 conflict problem shared hosting</title><link>http://forums.iis.net/p/1161803/1920925.aspx#1920925</link><pubDate>Thu, 15 Oct 2009 18:17:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1920925</guid><dc:creator>erkasoft</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;My server have 50 virtual web sites use same ip.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I install ftp7 and&amp;nbsp; run single&amp;nbsp; ftp site normaly.&lt;/p&gt;&lt;p&gt;but I try to second virtual host, have a port 21 conflict&amp;nbsp; problem.&lt;/p&gt;&lt;p&gt;I don&amp;#39;t know what is wrong.&lt;/p&gt;&lt;p&gt;I follow these steps but cannot success.&lt;/p&gt;&lt;p&gt;http://learn.iis.net/page.aspx/320/using-ftp-virtual-host-names/&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Managing FTP with Windows Groups</title><link>http://forums.iis.net/p/1161533/1920620.aspx#1920620</link><pubDate>Tue, 13 Oct 2009 23:24:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1920620</guid><dc:creator>robmcm</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>&lt;p&gt;This issue is caused by caching on the FTP server. I ran into something similar when I was writing the following walkthrough:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://learn.iis.net/page.aspx/673/how-to-use-managed-code-c-to-create-an-ftp-authentication-provider-with-dynamic-ip-restrictions/"&gt;http://learn.iis.net/page.aspx/673/how-to-use-managed-code-c-to-create-an-ftp-authentication-provider-with-dynamic-ip-restrictions/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Paraphrasing my notes in the walkthrough,&amp;nbsp;the FTP service caches credentials for 15 minutes to help improve the performance for authentication requests. You could disable credential caching for the FTP service by using the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open a command prompt. 
&lt;li&gt;Type the following commands: &lt;pre&gt;cd /d &amp;quot;%SystemRoot%\System32\Inetsrv&amp;quot;
Appcmd.exe set config -section:system.ftpServer/caching /credentialsCache.enabled:&amp;quot;False&amp;quot; /commit:apphost
Net stop FTPSVC
Net start FTPSVC&lt;/pre&gt;
&lt;li&gt;Close the command prompt.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;You could also set the system.ftpServer/caching/credentialsCache.flushInterval value to something less than 900 seconds (the 15-minute default.)&lt;/p&gt;</description></item><item><title>IIS 7.0 and FTP 7.5 Script to create FTP Virtual Directories Help!</title><link>http://forums.iis.net/p/1161348/1918919.aspx#1918919</link><pubDate>Wed, 30 Sep 2009 04:42:49 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1918919</guid><dc:creator>panka</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;I installed WS08R2 with the IIS 7.0 and FTP7.5, I am trying to run VBS script to create FTP virtual directories. The script worked for the IIS6.0 and earlier versions of FTP. There are no webservices installed and the ID is 1 for the FTP service.&lt;/font&gt;&lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;After the script failed, I installed the compatibility package with IIS6.0 and tried to run the script again, but with no luck.&lt;/font&gt;&lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&amp;nbsp; 
&lt;p&gt;Is the process to accessing IIS Objects and accessing metabase information is still the same?&lt;/p&gt;
&lt;p&gt;Set objIIS = GetObject( &amp;quot;IIS://localhost/MSFTPSVC/1/Root/&amp;quot; &amp;amp; vDirName )&lt;/p&gt;
&lt;p&gt;Set objIIS2 = GetObject( &amp;quot;IIS://localhost/MSFTPSVC/1/Root/&amp;quot; )&lt;/p&gt;
&lt;p&gt;Set vDirObj = objIIS2.Create( &amp;quot;IISFtpVirtualDir&amp;quot;, vDirName )&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>FTP publishin issue</title><link>http://forums.iis.net/p/1160633/1915784.aspx#1915784</link><pubDate>Thu, 03 Sep 2009 18:06:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1915784</guid><dc:creator>rietsch</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The issue:&lt;/p&gt;
&lt;p&gt;From the WAN, I get timeouts when trying to access the FTP, the&amp;nbsp;HTTP site works just fine&lt;/p&gt;
&lt;p&gt;From the DMZ, I have access to the FTP and HTTP&amp;nbsp;no problem (tested from the FE firewall)&lt;/p&gt;
&lt;p&gt;From the LAN, I have timeouts as well when acessing the FTP. HTTP still fine.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The error (comming from the back end firewall in the monitor)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;0x8007274c WSAETIMEDOUT&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My config:&lt;/p&gt;
&lt;p&gt;WAN&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Front end firewall (TMG on Win 2k8 SP2 x64)&lt;/p&gt;
&lt;p&gt;DMZ with&amp;nbsp;IIS7 server&lt;/p&gt;
&lt;p&gt;Back end Firewall (ISA 2006 on Win 2k3 R2)&lt;/p&gt;
&lt;p&gt;LAN&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On the IIS7 server, I have a website and an FTP site and using 2 different IPs in the bindings&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have almost the same publishing rule on both firewalls:&lt;/p&gt;
&lt;p&gt;Name: Publish FTP server&lt;/p&gt;
&lt;p&gt;Traffic: FTP Server&lt;/p&gt;
&lt;p&gt;From: Anywhere&lt;/p&gt;
&lt;p&gt;To: IP address of the FTP server in the DMZ&lt;/p&gt;
&lt;p&gt;checked request appear to come from the [firewall] computer (tried both settings, same thing)&lt;/p&gt;
&lt;p&gt;Networks: External, Internal, local host (for the FE); External, Internal (for the BE)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On the FTP server, in the firewall settings, I can set the external firewall IP or not, same thing.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It has to be something stupid but I just don&amp;#39;t see what!?&amp;nbsp;&lt;/p&gt;</description></item><item><title>FTP Tool for ftp Server 7.5</title><link>http://forums.iis.net/p/1158307/1906446.aspx#1906446</link><pubDate>Wed, 10 Jun 2009 09:03:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1906446</guid><dc:creator>Kerschenbauer</dc:creator><cs:applicationKey>iis7_-_extensibility--1</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i have a question: Is there anyone knowing a Tool or script with which it is easy to generate a &amp;quot;one time user&amp;quot; for ftp access?&lt;/p&gt;
&lt;p&gt;The idea is to start a Tool, enter a username and on the ftp server (or domain) a account should be generated with the username and a generated pw, a folder on the ftp should be generated and user isolation should be used.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;So it would be very easy to have a ftp file transfer for one time use and not other ftp users have access to it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Does such a script exist already?&lt;/p&gt;
&lt;p&gt;Platform is Windows Server 2008&lt;/p&gt;
&lt;p&gt;thanks&lt;br /&gt;Kerschenbauer Wolfgang&lt;/p&gt;</description></item><item><title>How to read the SSL Hash using MWA?</title><link>http://forums.iis.net/p/1157902/1904801.aspx#1904801</link><pubDate>Tue, 26 May 2009 14:58:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1904801</guid><dc:creator>brady.gaster</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;I am using MWA to create FTP sites on an IIS 7 machine, as is outlined at this other forum post - &lt;a href="http://forums.iis.net/t/1150298.aspx" target="_blank"&gt;http://forums.iis.net/t/1150298.aspx&lt;/a&gt;. The code below, which performs the function of &amp;quot;setting&amp;quot; the server certificate hash value in the configuration, works perfectly.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;sslElement[&amp;quot;serverCertHash&amp;quot;] = ConfigurationManager.AppSettings[&amp;quot;FtpServerCertHash&amp;quot;];&lt;br /&gt;sslElement[&amp;quot;controlChannelPolicy&amp;quot;] = &amp;quot;SslAllow&amp;quot;;&lt;br /&gt;sslElement[&amp;quot;dataChannelPolicy&amp;quot;] = &amp;quot;SslAllow&amp;quot;; &lt;/i&gt;&lt;/p&gt;&lt;p&gt;The problem I have, however, is that I&amp;#39;ll be creating numerous sites using this code on various servers, and the use of the appSetting isn&amp;#39;t realistic.&amp;nbsp; What I need the code to do, at run-time, is to ask the targeted server &amp;quot;could you please tell me your SSL cert?&amp;quot; I&amp;#39;ll use the value given to me by the server in the code. In this way, numerous FTP sites will use the same key, but the key will be variant from server to server.&lt;/p&gt;&lt;p&gt;The idea here is to automate the selection of an SSL key, as is provided by the &amp;quot;SSL Certificate&amp;quot; in the &amp;quot;FTP SSL Settings&amp;quot; section of the IIS Manager, and to pre-select the first item in the list, but to do it programmatically at the time the FTP site is created. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Is this possible, and if so, can it be done using MWA or MWM?&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Cannot install FTP7.5 due to previous version</title><link>http://forums.iis.net/p/1157845/1904579.aspx#1904579</link><pubDate>Fri, 22 May 2009 20:53:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1904579</guid><dc:creator>1500</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>Hi, I downloaded ftp7_x64_75.msi and want to install it.
The error message is:

A previous version of FTP is installed on this server. Uninstall the existing version by opening Server Management and deselecting the FTP-related Role Services for the Web Server Role. Then run this setup program to install the new version of FTP.

Now, that should be christal clear, except that I&amp;#39;m not aware that I have any FTP-related Role Services installed. And I can&amp;#39;t find any in all Roles displayed in Server Management.

Any idea where I should look to find those presumed FTP services?

Thank you!

Regards,

Mark</description></item><item><title>Accessing FTP sites using Windows/Internet Explorer</title><link>http://forums.iis.net/p/1157791/1904345.aspx#1904345</link><pubDate>Wed, 20 May 2009 14:32:26 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1904345</guid><dc:creator>C@bleGuy</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>&lt;p&gt;Please go easy on me, it&amp;#39;s my first post :)&lt;/p&gt;
&lt;p&gt;I have a Win2K8 IIS7 server with multiple sites, both&amp;nbsp;web and FTP. Some of the sites have FTP publishing&amp;nbsp;added to&amp;nbsp;the website and some are&amp;nbsp;just FTP sites on their own.&lt;/p&gt;
&lt;p&gt;I using a single public IP and bindings to separate the sites e.g. &lt;a&gt;ftp.domain1.com&lt;/a&gt;&amp;nbsp;and &lt;a&gt;ftp.domain2.com&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;I&amp;#39;m using Active FTP and the firewall has been configured correctly. I can FTP using Command Prompt, SmartFTP and had a colleague login successfully with CoreFTP.&lt;/p&gt;
&lt;p&gt;My issue is that I can no longer FTP using Windows or Internet Explorer (Passive has been disabled). &lt;/p&gt;
&lt;p&gt;I get the following error:&lt;/p&gt;
&lt;p&gt;220 Microsoft FTP Service&lt;br /&gt;550-No such host is known.&lt;br /&gt;Win32 error: No such host is known.&lt;br /&gt;Error Details: Hostname didn&amp;#39;t match any configured ftp site.&lt;br /&gt;550 End&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As mentioned before FTP does work using CMD, SmartFTP and CoreFTP so it must be configured correctly.&lt;/p&gt;
&lt;p&gt;Thanks in advance for your help.&lt;/p&gt;</description></item><item><title>[Windows 2008 + FTP 7.5 for IIS 7.0]  FTP login failed ?</title><link>http://forums.iis.net/p/1156838/1900388.aspx#1900388</link><pubDate>Tue, 14 Apr 2009 04:06:11 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1900388</guid><dc:creator>luicst</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;[Windows 2008 + FTP 7.5 for IIS 7.0] &amp;nbsp;FTP login failed ?&lt;br /&gt;&lt;br /&gt;Windows 2008 ( not R2)&lt;br /&gt;I downloaded and installed &amp;nbsp;Microsoft FTP 7.5 for IIS 7.0.&lt;br /&gt;&lt;br /&gt;I create FTP Server &amp;quot;FTP1&amp;quot; , root dir is C:\FTPRoot&lt;br /&gt;I create C:\FTPRoot\administrator&lt;br /&gt;I create C:\FTPRoot\user1&lt;br /&gt;&lt;br /&gt;on &amp;quot;FTP User Isolation&amp;quot;&lt;br /&gt;&lt;br /&gt;(1) choice &amp;quot;FTP root directory&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Under &amp;quot;Command Prompt&amp;quot;, use account &amp;quot;administrator&amp;quot;, ftp connect FTP Server&lt;span&gt; successfully.&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Home dir is C:\FTPRoot.&lt;br /&gt;&lt;br /&gt;(2) choice &amp;quot;User name directory&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Under &amp;quot;Command Prompt&amp;quot;, use account &amp;quot;administrator&amp;quot;, ftp connect FTP Server &lt;span&gt;successfully.&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Home dir is C:\FTPRoot\administrator.&lt;br /&gt;&lt;br /&gt;(3) choice &amp;quot;User name directory (disable global virtual directories)&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Under &amp;quot;Command Prompt&amp;quot;, use account &amp;quot;administrator&amp;quot;, ftp connect FTP Server &lt;span&gt;failed.&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;C:\Documents and Settings\lu&amp;gt;ftp 10.3.111.173&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Connected to 10.3.111.173.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;220 Microsoft FTP Service&lt;/span&gt;&lt;br /&gt;&lt;span&gt;User (10.3.111.173:(none)): administrator&lt;/span&gt;&lt;br /&gt;&lt;span&gt;331 Password required for administrator.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Password:&lt;/span&gt;&lt;br /&gt;&lt;span&gt;530 User cannot log in, &lt;span&gt;home directory inaccessible.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Login failed.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;ftp&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Why Failed ???&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>