Building a Student Storage server

Posted by DobotJr on Server Fault See other posts from Server Fault or by DobotJr
Published on 2011-06-28T22:59:28Z Indexed on 2011/06/29 0:23 UTC
Read the original article Hit count: 128

Filed under:
|
|

I work for a school district. I've been put in charge of building a storage server for students. A place for them to work off of from school and home.

My challenge is getting this to work from home. At school they login, authenticate, and they get a mapped drive to their folder on the server (S:\fileserver\studentname).

My question is how can I make this available to students at home?

The server is running Windows Server 2003 R1. I've got PHP, Apache, and MySQL working together. My idea is to write a script that will "crawl" through the directory containing all of the student folders, then create an instance of every file and folder in a MySQL DB. Create a login page that will use LDAP for authentication, and once they login to the server from home, they get a page with folders a files tied to their username.

Has anyone out there ever put something like this together??

© Server Fault or respective owner

Related posts about php

Related posts about file