Computing.Net > Forums > Windows Server 2003 > IIS FTP User Accounts

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

IIS FTP User Accounts

Reply to Message Icon

Name: Dave L
Date: July 22, 2003 at 11:40:26 Pacific
OS: Windows Server 2003
CPU/Ram: AMD Athlon XP 2000+ / 640
Comment:

I am just setting up a Windows 2003 server and am having trouble setting up my FTP site with IIS.

I understand how to add a FTP site and all that, but haven't the slightest idea how to add a user to the FTP site. What I mean is, I want to be able to login in with a specific username/password and be locked into one specific directory (and subdirectories). An example would be to log in with the username "webadmin" and automatically be into the "wwwroot" directory of the server (to remotely administer my website, hosted on the same machine via IIS).

Any help would be appreciated.

Thanks,
Dave



Sponsored Link
Ads by Google

Response Number 1
Name: wardley
Date: July 23, 2003 at 07:22:47 Pacific
Reply:

Dave,

I'll make a suggestion here that deviates from IIS a bit. I was in a similar situation some time ago, and found that IIS for the FTP Server side of the package at least, didn't quite meet my needs for flexibilty. There's a freeware FTP server that's worth a look, and it's a breeze to setup users, home folders, permissions etc.. It's called "Filezilla" (see link)
http://sourceforge.net/projects/filezilla

To use it, you will need to disable the FTP side of IIS as a service, and install this one as a service. There's other ones around of course. I ended up using a commercial one called "Argosoft FTP server". It's just my opinion, but I found these two much more configurable than IIS FTP Server.
Another excellent FTP Server (although expensive) is "Serv-U-FTP"; probably the nicest one around for Win32.
Anyways, good luck.


0

Response Number 2
Name: r
Date: July 23, 2003 at 09:26:45 Pacific
Reply:

Any local user account you create on your machine can login with ftp after IIS is installed and configured. FTP is just a service that points to a directory you specify.


0

Response Number 3
Name: Paul
Date: August 4, 2003 at 20:59:51 Pacific
Reply:

Dave,

This is the best solution I've come up with I had the same issue as you did.

1. Create a new FTP site in IIS and point it at a directory other than the default FTP site, I created a folder called guest_ftproot under the Inetpub directory. This way if someone does attempt to browse around they will only see an empty directory.

2. Create an FTP login account with the same name as the FTP directory, this will dump the user by default into the correct FTP directory. If you want a different user name then you'll have to always put in the intial directory path when you login.

3. With Windows Explorer, browse to the FTP directory, my directory was under my \\Inetpub\wwwroot\ folder.

4. Right click, select Properties, select the Security tab and remove the Everybody account.

5. Add the IUSR_* account so that your web browsing is still in tact.

6. Add the FTP login account you created in step 2 and set the appropriate FTP permissions (you may also want to add your Administrator group) and click OK.

7. Add a new virtual directory to the FTP site you created in step 1 and point it to your FTP directory and that should be it.

Keep in mind as you add new FTP accounts/sites you'll need to go through the same process except you'll skip step 1. At the end of this all you should be able to still view the web site, deny access to your other FTP sites, and have only the designated FTP account access the site you set up.

Hope this helps.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


cmd.exe net.exe How to make a .COM



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows Server 2003 Forum Home


Sponsored links

Ads by Google


Results for: IIS FTP User Accounts

ftp user accounts problems www.computing.net/answers/windows-2003/ftp-user-accounts-problems/3905.html

FTP user account permissions www.computing.net/answers/windows-2003/ftp-user-account-permissions/1146.html

IIS FTP question www.computing.net/answers/windows-2003/iis-ftp-question/6312.html