A very simple extranet type thing

Soldato
Joined
18 Oct 2002
Posts
3,245
Location
melbourne
I need to set up an extranet for a client. I want to keep it very simple.

On the homepage there's a username and password text box. The client will enter their credentials and then they will be taken to a specific index.html file in a secure folder. On the index page I want it to display all files and folders in the current directory; kind of like what you'd see in Windows Explorer. The client can then navigate through folders on the server and open files, etc.

I guess I'll need some sort of login script and a script that will allow me to show files and folders in the current directory.

Any ideas on how I could achieve this?

Cheers
 
Back
Top Bottom