I'm building a file server using Ubuntu.

I want to setup an HTML based file upload/download system where I can create accounts for a few users and allow each user access certain folders. So that the user would open it like a webpage using a web browser and then uploads and downloads files, not needing special setup for the computer.

Is there a ready made solution for that purpose? Will I have to code it?

Thanks

link|improve this question
Why not WebDAV? – honk Dec 9 '10 at 6:00
feedback

1 Answer

up vote 0 down vote accepted

If you can set up a webserver with PHP and MySQL (Ubuntu Server can do it mostly automatically), you can use one of a number of prebuilt PHP solutions:

Check out Ubuntu Server's server set-up wizard. It'll get you going with Apache and MySQL pretty quickly, with a decent default configuration. Be cautious if you plan on exposing this to the internet, though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.