My goal is to allow people to upload and download large files through their web browser with a simple user interface and user password/account management. Yousendit offers a service like what I am looking for, but it does not make sense to use their service if I already have a web server.

Is there an open source version of Yousendit that I can run on my own web server?

What is this type of software or service called? (calling it an FTP Server does not seem to fit)

link|improve this question
feedback

4 Answers

there are some opensource projects, but none of them is in stable production stages yet. So you have two choices really:
1. WebDAV
2. FTP/SFTP (I'd suggest the latter, since it's more secure and customizable)

link|improve this answer
feedback

You could try OpenUpload, running on PHP: It allows you to set permissions, accounts, captchas... Basically it's an opensource rapidshare clone.

link|improve this answer
feedback

Have a look at ZendTo. It should be capable of what you need.

link|improve this answer
feedback

After more than a few hours researching this category, I think I'm in love. For ease of use, flexibility, support (apparently) and price, CrushFTP looks tough to beat. Check out the live demo, watch a video or two, and see if you agree.

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.