<rdf:RDF
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xml:base='http://thinkberg.com/rdf'>
    <s:Snip rdf:about='http://thinkberg.com/rdf#start/2007-02-11/1'
         s:name='start/2007-02-11/1'
         s:cUser='arte'
         s:oUser=''
         s:mUser='arte'>
        <s:content>1 Coding: WebDAV Server {anchor:Coding: WebDAV Server}&#xD;&#xA;Looking at {link:Amazon S3|http://aws.amazon.com/s3} I want to use it as backup system. There are a few projects that provide either command line upload and download functionality or some kind of filesystem driver. However, some tools, like {link:s3DAV|http://www.carion.org/s3dav/index.html} either don&apos;t work as expected on my Mac or have unknown and unpredictable licensing rules (like {link:JungleDisk|http://www.jungledisk.com}).&#xD;&#xA;&#xD;&#xA;I have started out with looking at the {link:WebDAV|http://www.webdav.org/specs/rfc2518.html} functionality. The Mac requires a WebDav 2 compliant server that supports locking. This is how far I got:&#xD;&#xA;&#xD;&#xA;Litmus results (full result [here|WebDAV Server Litmus Results]):&#xD;&#xA;{code}&#xD;&#xA;BASIC:&#xD;&#xA;&lt;- summary for `basic&apos;: of 15 tests run: 15 passed, 0 failed. __100.0%__&#xD;&#xA;COPYMOVE:&#xD;&#xA;&lt;- summary for `copymove&apos;: of 13 tests run: 13 passed, 0 failed. __100.0%__&#xD;&#xA;PROPS:&#xD;&#xA;-&gt; 16 tests were skipped.&#xD;&#xA;&lt;- summary for `props&apos;: of 14 tests run: 11 passed, 3 failed. __78.6%__&#xD;&#xA;LOCKS:&#xD;&#xA;-&gt; 4 tests were skipped.&#xD;&#xA;&lt;- summary for `locks&apos;: of 35 tests run: 35 passed, 0 failed. __100.0%__&#xD;&#xA;HTTP:&#xD;&#xA;&lt;- summary for `http&apos;: of 4 tests run: 4 passed, 0 failed. __100.0%__&#xD;&#xA;{code}&#xD;&#xA;&#xD;&#xA;Most of the failed and skipped tests include property handling. I have not yet implemented PROPPATCH etc. However, in its current form the code can handle the MacOSX WebDAV client mount.</s:content>
        <s:mTime>2007-02-11 21:03:07.295</s:mTime>
        <s:cTime>2007-02-11 18:31:10.975</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='#mariann'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>
