FTP server (vsftpd) with webgui

Posted by manutenfruits on Server Fault See other posts from Server Fault or by manutenfruits
Published on 2012-09-29T13:50:01Z Indexed on 2012/09/29 15:40 UTC
Read the original article Hit count: 233

Filed under:
|
|

I want to build a file server to make users able to upload and download mostly multimedia, but also common files. Right now I have an Arch installation with vsftpd and I'm about to install miniDLNA for multimedia sharing.

The only problem is that FTP doesn't seem to fit my needs, because almost always makes the users need a client such as FileZilla to make the server friendly. I have been looking for a web frontend for vsftp but apart from management interfaces there's nothing.

I need a frontend accessible from a browser through which users can navigate throught the folders in an easier and more elegant way than the plain FTP display that browsers make by default. It should be able to let users upload files and, as an awesome extra, let them play the multimedia directly on the browser.

For this, I am willing to dump FTP if needed, I've heard about HTTP File Servers but don't know too much about it. I could code everything myself, but there's gotta be something out there already.

© Server Fault or respective owner

Related posts about webserver

Related posts about ftp