<?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 Authorization'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=FTP+Authorization&amp;orTags=0</link><description>Search results matching tag 'FTP Authorization'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>How to publish with FTP7.5 and hide other folders</title><link>http://forums.iis.net/p/1156660/1899602.aspx#1899602</link><pubDate>Tue, 07 Apr 2009 02:17:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1899602</guid><dc:creator>Bydia</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>&lt;p&gt;I set up FTP publishing on my default web site using the newer FTP 7.5 on IIS7 on Win2008 Server.&amp;nbsp; I secured it with Require SSL.&amp;nbsp; I can lock down who can read and write to which subfolders(virtual webs).... however, I would like to hide the folders that one does not have access to like I saw in one of the videos.&amp;nbsp; How do I do that?&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;</description></item><item><title>FTP Over SSL Issue</title><link>http://forums.iis.net/p/1153972/1888379.aspx#1888379</link><pubDate>Fri, 26 Dec 2008 08:22:07 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1888379</guid><dc:creator>frettfreak</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>I am attempting to use SSL to secure my FTP site.  i can access my FTP site and everything works great without SSL.  When I try to use SSL, i get the following on my ftp client (filezilla) after the &amp;quot;User Logged in&amp;quot; message:&lt;br /&gt;
Command:	SYST&lt;br /&gt;
Response:	215 Windows_NT&lt;br /&gt;
Command:	FEAT&lt;br /&gt;
Response:	211-Extended features supported:&lt;br /&gt;
Response:	 LANG EN*&lt;br /&gt;
Response:	 UTF8&lt;br /&gt;
Response:	 AUTH TLS;TLS-C;SSL;TLS-P;&lt;br /&gt;
Response:	 PBSZ&lt;br /&gt;
Response:	 PROT C;P;&lt;br /&gt;
Response:	 CCC&lt;br /&gt;
Response:	 HOST&lt;br /&gt;
Response:	 SIZE&lt;br /&gt;
Response:	 MDTM&lt;br /&gt;
Response:	211 END&lt;br /&gt;
Command:	OPTS UTF8 ON&lt;br /&gt;
Response:	200 OPTS UTF8 command successful - UTF8 encoding now ON.&lt;br /&gt;
Command:	PBSZ 0&lt;br /&gt;
Response:	200 PBSZ command successful.&lt;br /&gt;
Command:	PROT P&lt;br /&gt;
Response:	200 PROT command successful.&lt;br /&gt;
Status:	Connected&lt;br /&gt;
Status:	Retrieving directory listing...&lt;br /&gt;
Command:	PWD&lt;br /&gt;
Response:	257 &amp;quot;/&amp;quot; is current directory.&lt;br /&gt;
Command:	TYPE I&lt;br /&gt;
Response:	200 Type set to I.&lt;br /&gt;
Command:	PASV&lt;br /&gt;
Response:	227 Entering Passive Mode (74,208,78,155,192,16).&lt;br /&gt;
Command:	LIST&lt;br /&gt;
Response:	150 Opening BINARY mode data connection.&lt;br /&gt;
Error:	Connection timed out&lt;br /&gt;
Error:	Failed to retrieve directory listing&lt;br /&gt;&lt;br /&gt;

What am I doing wrong and how do i fix it?</description></item><item><title>FTP 7 best practices</title><link>http://forums.iis.net/p/1153605/1886916.aspx#1886916</link><pubDate>Mon, 08 Dec 2008 02:21:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1886916</guid><dc:creator>270net</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;m having a bear of a time trying to set up the best way to administer an FTP site for multiple clients.&amp;nbsp; I&amp;#39;m using IIS 7 with the out-of-band FTP 7 release with the updated .dll on Windows Server 2008.&amp;nbsp; Has anyone used the built-in &amp;quot;Add FTP publishing&amp;quot; to a running web site with any success?&amp;nbsp; Most of our clients will be using Expression/FrontPage/FileZilla for uploading.&amp;nbsp; I&amp;#39;ll cross using SSL in Expression or FrontPage when I get there, but right now I&amp;#39;m just trying to set this up the right way for this model.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;ve used a FTP site called &amp;quot;ClientFTP&amp;quot; which points to a folder within the same directory as all the websites.&amp;nbsp; I&amp;#39;ve created a virtual directory called &amp;quot;LocalUser&amp;quot; that points to the same place as &amp;quot;ClientFTP&amp;quot;.&amp;nbsp; Under that, I have created virtual directories with the same directory name as the username of the client who is logging in, and pointing it to a physical directory within their respective website.&amp;nbsp; After creating local users on the host box, and adjusting permissions, I&amp;#39;ve gotten this to work.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I would like to do this with Domain users instead, but have yet to get it to work.&amp;nbsp; Instead of the &amp;quot;LocalUser&amp;quot; folder, I made a virtual directory with the domain name instead without the TLD (so the folder is called &amp;quot;example&amp;quot; instead of &amp;quot;example.local&amp;quot;) No dice with this config yet, and I&amp;#39;m not sure why.&lt;/p&gt;
&lt;p&gt;I also tried using just IIS Manager Users, but haven&amp;#39;t really seen a way to specify what directories an IIS User has access to, just the site as a whole, which is no good for my situation.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I would love to just click &amp;quot;Add FTP Publishing&amp;quot; to an existing site, specify a user their, and have it work.&amp;nbsp; I&amp;#39;m fairly green when it comes to setting this up, so I may just be missing something fundamental to this process.&lt;/p&gt;
&lt;p&gt;Any way I can get this to work soon will be nice, but my method would be authenticaion and functionality using these technologies in order&amp;nbsp;of preference:&lt;/p&gt;
&lt;p&gt;1.Add FTP Publishing to this Site with perms set there&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2.IIS Manager Users (though I need them to be specific to the directories, not the Site as a whole)&lt;/p&gt;
&lt;p&gt;3. Domain Users with &amp;quot;fast forwarding&amp;quot; - I guess that&amp;#39;s what its called when the user name &amp;quot;MUST&amp;quot; match the name of the vdir or pdir&lt;/p&gt;
&lt;p&gt;4. Local Users with &amp;quot;fast forwarding&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I literally feel like a stupid monkey after trying a million things with about 2 successes.&amp;nbsp; Any help, advice, or solutions would be greatly appreciated.&amp;nbsp; I&amp;#39;ve done plenty of walkthroughs, so some concrete usage would be most helpful, though I will reread articles if need be.&amp;nbsp; Many thanks!&lt;/p&gt;
&lt;p&gt;- Frustrated Monkey&lt;/p&gt;</description></item><item><title>Re: FTP Server Set-up</title><link>http://forums.iis.net/p/1148959/1876976.aspx#1876976</link><pubDate>Fri, 15 Aug 2008 21:16:34 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1876976</guid><dc:creator>robmcm</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>&lt;p&gt;The following syntax should work:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;appcmd.exe set config &amp;quot;Default Ftp Site/LocalUser/TestSite&amp;quot; -section:system.ftpServer/security/authorization /+&amp;quot;[accessType=&amp;#39;Allow&amp;#39;,users=&amp;#39;&amp;#39;,roles=&amp;#39;SiteAuthors&amp;#39;,permissions=&amp;#39;Read, Write&amp;#39;]&amp;quot; /commit:apphost&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;A great way to create scripts is to use the Generate Script feature of the Config Editor that&amp;#39;s available as part of the &lt;a href="http://www.iis.net/go/1682" target="_blank"&gt;Administration Pack for IIS 7.0&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>connection closed by remote host - IIS7</title><link>http://forums.iis.net/p/1149210/1868894.aspx#1868894</link><pubDate>Tue, 06 May 2008 01:22:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1868894</guid><dc:creator>mashedpotatohead</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;I installed the updated version of IIS7 on Server2008 and set up a website.&amp;nbsp; While logging in via ftp localhost, it prompts for credentials and I get in just fine.&amp;nbsp; I am then able to use other commands (dir).&amp;nbsp; However, when I log in from any other computer, it logs in fine, but when I use the dir command, it says &amp;quot;connection closed by remote host&amp;quot;.&lt;/p&gt;
&lt;p&gt;Basic and anonymous is enabled.&lt;/p&gt;
&lt;p&gt;Ive looked around on the net, and have seen people having issues with NAT but I dont think that is my issue?&amp;nbsp; Anyone have some advice?&lt;/p&gt;</description></item><item><title>Re: FTP Server Set-up</title><link>http://forums.iis.net/p/1148959/1867798.aspx#1867798</link><pubDate>Mon, 21 Apr 2008 23:13:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1867798</guid><dc:creator>robmcm</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>&lt;p&gt;Hi Gengar003,&lt;/p&gt;
&lt;p&gt;I know that the following list of topics is a repost from one of my earlier blog entries, but the following list is fairly comprehensive in terms of scope where the new FTP7 service is concerned:&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Installing FTP7&lt;/b&gt;: 
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=88547" target="_blank"&gt;Installing and Troubleshooting FTP7&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Working with FTP Sites&lt;/strong&gt;: 
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=89115" target="_blank"&gt;Creating a New FTP Site&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=89116" target="_blank"&gt;Add FTP publishing to an existing Web site&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Configuring Security Features&lt;/b&gt;: 
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=89117" target="_blank"&gt;Configure FTP over SSL&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=89118" target="_blank"&gt;Configure FTP User Isolation&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=89119" target="_blank"&gt;Configure FTP virtual host names&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=100090" target="_blank"&gt;Configuring FTP Firewall Settings&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Advanced Administrative Features&lt;/b&gt;: 
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=100092" target="_blank"&gt;Using FSRM Folder Quotas with FTP&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=100142" target="_blank"&gt;Configure IIS Manager Authentication&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;That being said, let me tackle each of your initial statements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Q: Users were stored/handled by the FTP service - not by the windows user database or an Active Directory server.&lt;/b&gt; 
&lt;ul&gt;
&lt;li&gt;A: There are two built-in methods of using non-Windows user accounts with FTP7: 
&lt;ul&gt;
&lt;li&gt;IIS Managers: These accounts are known only to IIS and are typically used for managing web sites, but they can be used for FTP access as well.&lt;/li&gt;
&lt;li&gt;ASP.NET User Accounts: These accounts can be shared with IIS forms-based authentication or ASP.NET applications.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Q: Users could download files (but not upload) from several directories.&lt;/b&gt; 
&lt;ul&gt;
&lt;li&gt;A: This can be configured through FTP7&amp;#39;s authorization settings.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Q: Users each had an (automatically created) home directory, where they could upload and download.&lt;/b&gt; 
&lt;ul&gt;
&lt;li&gt;A: FTP7 does not automatically create any directories for users, but users can be locked into different virtual roots based on their user accounts through &amp;quot;User Isolation&amp;quot;, so each user cannot change directory outside of their home directory. While not the same as automatic creation of home directories, the creation of the home directories could be automated as part of an account creation script.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Q: Users could be placed in different &amp;quot;groups&amp;quot; with different read, write, and view permissions.&lt;/b&gt; 
&lt;ul&gt;
&lt;li&gt;A: Windows-based accounts can certainly be placed in groups, and those groups can be given different permissions to files in two ways: 
&lt;ul&gt;
&lt;li&gt;FTP7 authorization settings can be configured to allow Read or Write access to users or groups.&lt;/li&gt;
&lt;li&gt;NTFS ACLs can be configured for any level of deeper permissions configuration: Read, Write, List, Delete, Modify, etc.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;In looking at your list of folders that you would like to make available under FTP, it should be possible to configure the folders as you intend once you get the hang of setting the per-folder authorization settings.&lt;/p&gt;&lt;/li&gt;</description></item><item><title>FTP Virtual Hosting</title><link>http://forums.iis.net/p/1148587/1866123.aspx#1866123</link><pubDate>Wed, 26 Mar 2008 11:15:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1866123</guid><dc:creator>oav</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I just installet IIS 7 and want to set up virtual hosting for my FTP-sites.&lt;/p&gt;&lt;p&gt;My goal is to direct users from whatever dns-name they ask to connect on. I use one IP and different dns-adresses.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;eg.&lt;/p&gt;&lt;p&gt;Scenario 1: if I connect to ftp-dev.company.com, direct the dedicated user to this site.&lt;/p&gt;&lt;p&gt;Scenario 2: if I connect to ftp-prod.company.com, direct the dedicated user to this site.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Scenario 3: if I connect to the ip-adress, I want the users not to be able to connect at all.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have dedicated users to both my sites, locally configured since this is on my DMZ-zone, on a 2008 Web Server Edition.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;the direction of the users to correct sites works, but only for the user logon, NOT because of the DNS-name. The username I have to use is the &amp;quot;ftp-dev.company.com|devuser&amp;quot; and I get logged on to the desired site. BUT, when I try to log on to ftp-prod.company.com or the IP-adress with &amp;quot;ftp-dev.company.com|devuser&amp;quot; I get connected to ftp-dev.company.com.&lt;/p&gt;&lt;p&gt;This is not virtual hosting, but user redirecting. &lt;/p&gt;&lt;p&gt;Has anyone made virtual hosting work as wanted?&lt;/p&gt;&lt;p&gt;I also want the username to be just &amp;quot;username&amp;quot; not &amp;quot;hostname|username&amp;quot;.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;regards&lt;/p&gt;&lt;p&gt;Ole&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Weird error</title><link>http://forums.iis.net/p/1147701/1862464.aspx#1862464</link><pubDate>Thu, 24 Jan 2008 11:58:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1862464</guid><dc:creator>starpg</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;ever since I restarted my domain controller/File server for the webserver, no one can login via FTP, the error is: No mapping between account names&amp;nbsp; and Security ID&amp;#39;s has was done.&lt;/p&gt;&lt;p&gt;&amp;nbsp;now I tried restarting both servers, as well as even removing and re-joining the DC domain, and still the error persists.&lt;/p&gt;&lt;p&gt;I really need some help here, this is completely baaaad. :(&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Using FTP accounts</title><link>http://forums.iis.net/p/1146503/1857320.aspx#1857320</link><pubDate>Mon, 08 Oct 2007 21:33:13 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1857320</guid><dc:creator>starpg</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>&lt;p&gt;I&amp;#39;ve given complete control for the user %SYSTEMNAME%/TCH-Beta on the folder D:\SPG\XMB&lt;br /&gt;&lt;/p&gt;&lt;p&gt;and well this image shows the FTP Authorization in IIS7 set:&lt;/p&gt;&lt;p&gt;&lt;img src="http://tcs.hollowmatrix.com/Images/FTP-Author.jpg" title="FTP Authorization" alt="FTP Authorization" align="middle" border="1" height="154" width="422" /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>