On Mon, Apr 4, 2011 at 3:05 PM, Matt Juszczak <span dir="ltr"><<a href="mailto:matt@atopia.net">matt@atopia.net</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
How about plain old Apache WebDAV? <br>
<br>
As a plus, you can mount the managed folders as OS-level filesystems on<br>
desktops.<br>
</blockquote>
<br></div>
I haven't worked with webDAV, other than with SVN, but it wasn't setup by me.<br>
<br>
Does Firefox support WebDAV HTTP methods or would I need to use a different client to interact with the files?<br><font color="#888888">
<br>
-Matt</font></blockquote></div><br><div>Read-only in the browser, unless you roll your own PHP uploader or something.</div><div><br></div><div>Read-write by mounting the WebDAV folder as a network share in desktop OS. This works natively in OS X and Windows 7. It sort of works in Windows XP (they are called Web Folders). And in BSD or Linux you'd use FUSE or a WebDAV client.</div>
<div><br></div><div>Works great for simple sharing. Plays especially nice with bits of OS X that like to share things via WebDAV, like iCal and iWork.</div><div><br></div><div>It's not a "management system", so if you need features you probably want to look elsewhere. But a literal read of your requirements suggested that it would be a simple solution.</div>