Setting up server to host files etc

G

Guest

I am looking to set up a location on a windows 2000 server as a central point
for a project.

What I want to be able to do is have the users access this location via the
web browser. The users will need to be able to download files, work on them
and post them back up on the server.

The server is not part of a domain. I had been looking at Sharepoint but
realised the server needs to be part of a domain.

Any help on this would be great
ta
 
B

+Bob+

What I want to be able to do is have the users access this location via the
web browser. The users will need to be able to download files, work on them
and post them back up on the server.

It would be easier just to run a file server. But, if you really want
a web interface I think you'd have to build it, certainly for the
upload side. You can do that with a simple forms interface - the more
challenging part would be if the files need to end up in multiple
locations and/or if you need security or some kind of checkout
procedures.

For download, you could just point them at a directory and turn on
"directory browsing" on the server (or virtual server). But, I do see
a slight glitch in that if their browser understands the file type as
viewable, it will try to view it rather than offer a download. So, for
example, if they click a link to a .xls file, their browser will kick
up Excel and load the file there.

I don't know of any way that they could just save the file back to the
server except through the previously mentioned browser upload.
However, there are a few other servers MS has had form time to time
that layer on top of IIS - I have no idea if one of these would help
you out as I don't stay up to date on the proprietary stuff.

Try posting in the IIS/Inetserver group - that's the way to go on
this.
 
V

VideoReDo Sucks

GD said:
I am looking to set up a location on a windows 2000 server as a central point
for a project.

What I want to be able to do is have the users access this location via the
web browser. The users will need to be able to download files, work on them
and post them back up on the server.

The server is not part of a domain. I had been looking at Sharepoint but
realised the server needs to be part of a domain.

Any help on this would be great
ta

Check out SSL Explorer, it might work for you.
http://sourceforge.net/projects/sslexplorer/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top