Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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

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

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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