Tag Archives: easy file sharing web server

I would like to build an Integrated Web Server that supports uploading and downloading files, but how?

There is a great program called “Easy File Sharing Web Server” (http://www.file-sharing.com) that does exactly what I want to do. However, it costs money that I do not want to put down at this point.

I did some research and found I can create an Integrated Web Server with Apache (http://www.appservnetwork.com/modules.php?name=News&file=article&sid=46). I’ve configured all my ports and got a basic webpage to come up.

Now I need to build a webpage that allows:
- Users to log in
- Users to upload and download files

I know very basic HTML, so I would need to find a free HTML editor that could assist me with this. Particularly building an interface to upload and download files. (I don’t even know where to start with this.)

Does anyone have any recommendations? Does anyone know if there is a Live CD (linux or otherwise) that can provide this sort of setup?

Any help would be appreciated. I know what I’m asking for is complex.