Main Topics
Browse All TopicsI have been through a million FTP utilities but can not find the right fit. I want to give users access to there files through the web... the files are on a windows 2003 server share... I dont want to have to install a client and both logon and security must be based on active directory
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
... as far as FTP in IIS the problem is the interface. I would need an FTP client or just use the browser built in funtions...
If you add the ftp site as a network place it just appears to be a folder location in Windows Explorer - just as if you were using a network drive. You can manipulate files as you would normally within Windows Explorer.
I also dont think this is very secure...
FTP isn't secure I agree. Personally I would never use it. I would have steered you away from it but for the fact you seemed keen on FTP.
My recommended solution would be WebDAV. Secured over HTTPS and added as a network place (or even mapped to a drive letter if you are using Vista)
Just to be clear I do not want to use FTP it is just all I could find. I am trying to figure out webDAV but can not. And the WSS appears just to be a trial....
as stated above I require the use of AD for file security in this case it is a must. that's why I am having so much trouble finding something. which is why I posted this in the first place...
IIS 6.0 with WebDAV extensions installed will allow WebDAV clients, such as Windows Explorer, to access the folders as if they were normal folders. It is fully integrated with AD allowing you to set WebDAV permissions on the virtual directory in IIS and it honours NTFS and Share level permissions.
What part of WebDAV are you having problems with?
WSS (Windows SharePoint Services and *not* Office SharePoint Server) is free for Windows Server 2003.
* Install teh WebDAV component
* Enable WebDAV in the Web Service Extensions section in IIS Manager
* Create a virtual directory pointing to the file share share you want to publish leaving the 'Always use the authenticated user's credentials...' ticked and allowing Read, Write and Browse
You're done.
If you plan to use this offsite I'd recommend using Basic Authentication and use a certificate to encrypt the authentication and data.
I got it working now... Just for testing I am doing it without HTTPS... The interface is okay but a bit crude... anyway to dress it up a bit...? For example if I dont have access to a particular folder I get a username and password prompt rather than access denied.
Thanks again... I am looking at sharepoint as well.
"The interface is okay but a bit crude... anyway to dress it up a bit...?"
How are you trying to access it now? Have you tried accessing it as a network place/mapped drive? It should use the Windows Explorer interface.
"For example if I dont have access to a particular folder I get a username and password prompt rather than access denied."
Use Access Based Enumeration. This will hide the files and folders that the user is not allowed to access. You will need to use a UNC path however (use \\localhost if the files are stored on the local server).
Windows has a WebClient service that Windows Explorer uses to redirect calls to a WebDAV location. In essense it allows you to open files and folders published via WebDAV using Windows Explorer.
PS: What version of Internet Explorer are you using? I am not sure about IE8 but I seem to recall if you opened a WebDAV location in Internet Explorer using File > Open in IE you could tick a box to open it as a folder.
http://www.microsoft.com/w
http://www.microsoft.com/d
Are you running Windows 2003 R2? If so I don't think you need to download it seperately.
You might also find the following useful: http://www.windowsnetworki
"It is a windows 2003 storage server"
This suggests it should work: http://blogs.technet.com/w
Are you sure it is not already installed?
Are you running 32-bit or 64-bit Windows?
Business Accounts
Answer for Membership
by: lamaslanyPosted on 2009-08-04 at 09:27:38ID: 25015459
?
What is the matter with FTP in IIS 6.0? This requires no special FTP client and supports authentication via Active Directory.