I run a small file server for my workgroup. People use SCP, programs like Cyberduck/FileZilla or mount via SSH to upload files.
I would like to add a 'web-interface' which can be used for:
- file upload
- view all files
- adding comments to files
- searching files and comments
It should be based on JAVA EE and running on Tomcat, because we do everything else in JAVA. There are many PHP file manager solutions like CKFinder. I am basically looking for a JAVA alternative with comments and search features.
Do you have any ideas?
Thanks and Cheers