OSS Web-based File Management?
breadiu asks: "I work for a department at a university, and we'd love to offer students some type of web-accessible file storage, but, like most educational institutions, money is tight. There are some great closed source solutions out there like Xythos' Digital Locker Suite, but those cost.
I've had trouble finding a really well put together open source solution. I've taken a look at Slide and even Zope, but neither really match up to Xythos' offerings.
What have others done to provide centralized file storage/management? Is there anything OSS that offers WebDAV, Apache support, BSD/Linux support and Active Directory-LDAP authentication with support for Windows and Mac clients?"
1. Never underestimate the power of a plain old FTP server. When I worked for a company with a Citrix machine, it was found that the SMB access to the mainframe would only allow for one connection per IP. (Thanks alot Unisys.) So we setup a go between machine that ran an FTP server mapped to the SMB drive. The Citrix users then used the Netscape FTP support to download and upload files.
O /
:-)
2. Here's precisely how to do what you're looking for on a standard *nix machine: http://www.tldp.org/HOWTO/Apache-WebDAV-LDAP-HOWT
First Google result, even.
Javascript + Nintendo DSi = DSiCade
The University of Michigan's Web AFS system. Kerberos based authentication, although it can use LDAP as well, using widely available AFS clients as well as a web interface.
http://mfile.umich.edu/
WebDAV, smb, cifs, and all sorts of other nifty goodies (built in LVM) www.openfiler.org Its GPL'd and runs pretty well.
Worst Sig Ever
Features
KnowledgeTree(TM) Version 2.0.0
General Features
* Fully web-based.
* Powerful document version control
* Support for common file formats (MS Word, MS Excel, PDF, TXT, HTML)
* Subscription agents with push technology for notification of changes to documents or document directories
* Archiving according to expiry date, expiry time period or utilisation for enhanced speed
* Publish documents to websites
* Document-specific discussion forums
* Full-text search of common file formats (MS Word, MS Excel, PDF, TXT, HTML)
* Search in user-defined metadata fields
* Access information according to folder structure, category or document type
* Personalised dashboard to view subscriptions, pending documents, checked-out documents and quick links
* Virtual binders for documents based on certain criteria
* Configurable metadata displayed when document browsing
* Bulk uploads allow multiple files to be uploaded to a folder.
* Supports translation of most of the user interface.
Workflow Features
* Improved management control of documents with ability to create a set process for document creation and publishing
* Flexible document approval routing at the folder level
* Delegate the creation of new documents within a document approval cycle
Security Features
* Access rights for document protection on a per group, role or organisational unit basis
* SSL for encrypted and secure connections
* Authentication integration with common LDAP servers (OpenLDAP, Sun ONE Directory Server and Active Directory)
* Audit trails of user interaction with system including document changes
Zope/Plone offers "WebDAV, Apache support, BSD/Linux support and Active Directory-LDAP authentication with support for Windows and Mac clients"
A barbaric attack has just occurred in London and you guys are blabbing on about OSS Web-based File Management? GET SOME PRIORITIES!
This is a forum for discussing technical issues. If you want to talk about current issues, or popular news items go to
K5 or
Fark
That said, I would suggest doing some searches on various other sites whose opinion you value. Chances are it has been asked there before as well.
Speak truth to power.
Here's the problem I had, and how I solved it:
1) We're a small software company, and we're *VERY* mobile. I joke that my office is my laptop, but it's not much of a joke. we can (and do) work almost anywhere we have power + 'net connection.
2) We need to have a common file store primarily for backups, but also so that we can share files and documents easily.
3) WebDAV is close. Windows support for WebDAV falls short of actually mounting the drive. (EG: with a drive letter) This creates lots of little headaches copying files, some programs won't open files directly from a DAV folder, etc...
4) I found a utility put out by Novell, a free download, called "NetDrive" that lets you mount a WebDAV share as a drive on the local system. Google for NetDrive
5) This, combined with Apache/WebDAV/Mod_SSL makes an easy, reliable, secure, mountable drive that mounts anywhere an HTTPS connection is allowed. (which almost *ALL* firewalls allow)
I'm not using LDAP authentication. There are only 5 of us, and we don't hire/fire all that often.
I have no problem with your religion until you decide it's reason to deprive others of the truth.