Skip to content

Instantly share code, notes, and snippets.

@bigeasy
Created June 28, 2011 15:01
Show Gist options
  • Save bigeasy/1051330 to your computer and use it in GitHub Desktop.
Save bigeasy/1051330 to your computer and use it in GitHub Desktop.
Connect to jsDAV from OS X
using dir: /home/alan/var/dossier/locks
jsDAV server running on http://192.168.56.12:8048
REQUEST START: / 1
INFO: invoking method 'OPTIONS'
INFO: sending header: 200 { Allow: 'OPTIONS,GET,HEAD,DELETE,PROPFIND,PUT,PROPPATCH,COPY,MOVE,REPORT,LOCK,UNLOCK',
'MS-Author-Via': 'DAV',
'Accept-Ranges': 'bytes',
'X-jsDAV-Version': undefined,
'Content-Length': 0,
DAV: '1,3,extended-mkcol,2' }
request end: 1
INFO: writing body: ''
REQUEST START: / 2
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath '/'; [ '{DAV:}getlastmodified',
'{DAV:}getcontentlength',
'{DAV:}resourcetype' ]
INFO: sending header: 207 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 2
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:multistatus xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"><d:response><d:href>/</d:href><d:propstat><d:prop><d:getlastmodified xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" b:dt="dateTime.rfc1123">Tue, 28 Jun 2011 14:28:19 +0000</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response></d:multistatus>'
REQUEST START: / 3
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:quota-available-bytes/>
<D:quota-used-bytes/>
<D:quota/>
<D:quotaused/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath '/'; [ '{DAV:}quota-available-bytes',
'{DAV:}quota-used-bytes',
'{DAV:}quota',
'{DAV:}quotaused' ]
INFO: sending header: 207 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 3
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:multistatus xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"><d:response><d:href>/</d:href></d:response></d:multistatus>'
REQUEST START: / 4
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath '/'; [ '{DAV:}getlastmodified',
'{DAV:}getcontentlength',
'{DAV:}resourcetype' ]
INFO: sending header: 207 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 4
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:multistatus xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"><d:response><d:href>/</d:href><d:propstat><d:prop><d:getlastmodified xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" b:dt="dateTime.rfc1123">Tue, 28 Jun 2011 14:28:19 +0000</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response></d:multistatus>'
REQUEST START: / 5
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath '/'; [ '{DAV:}getlastmodified',
'{DAV:}getcontentlength',
'{DAV:}resourcetype' ]
INFO: sending header: 207 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 5
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:multistatus xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"><d:response><d:href>/</d:href><d:propstat><d:prop><d:getlastmodified xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" b:dt="dateTime.rfc1123">Tue, 28 Jun 2011 14:28:19 +0000</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response></d:multistatus>'
REQUEST START: / 6
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath '/'; [ '{DAV:}getlastmodified',
'{DAV:}getcontentlength',
'{DAV:}resourcetype' ]
INFO: sending header: 207 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 6
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:multistatus xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"><d:response><d:href>/</d:href><d:propstat><d:prop><d:getlastmodified xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" b:dt="dateTime.rfc1123">Tue, 28 Jun 2011 14:28:19 +0000</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response></d:multistatus>'
REQUEST START: /._. 7
INFO: invoking method 'PROPFIND'
INFO: data received
DEBUG: httpPropfind BEFORE getPropertiesForPath '._.'; []
INFO: sending header: 404 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 7
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:error xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"> <a:exception>jsDAV_Exception_FileNotFound</a:exception> <a:message>File at location /home/alan/var/dossier/incoming/._. not found</a:message><a:file></a:file><a:line></a:line><a:jsdav-version>0.1</a:jsdav-version></d:error>'
ERROR: { code: 404,
type: 'jsDAV_Exception_FileNotFound',
message: 'File at location /home/alan/var/dossier/incoming/._. not found' }
REQUEST START: /._. 8
INFO: invoking method 'PROPFIND'
INFO: data received
DEBUG: httpPropfind BEFORE getPropertiesForPath '._.'; []
INFO: sending header: 404 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 8
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:error xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"> <a:exception>jsDAV_Exception_FileNotFound</a:exception> <a:message>File at location /home/alan/var/dossier/incoming/._. not found</a:message><a:file></a:file><a:line></a:line><a:jsdav-version>0.1</a:jsdav-version></d:error>'
ERROR: { code: 404,
type: 'jsDAV_Exception_FileNotFound',
message: 'File at location /home/alan/var/dossier/incoming/._. not found' }
REQUEST START: / 9
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath '/'; [ '{DAV:}getlastmodified',
'{DAV:}getcontentlength',
'{DAV:}resourcetype' ]
INFO: sending header: 207 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 9
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:multistatus xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"><d:response><d:href>/</d:href><d:propstat><d:prop><d:getlastmodified xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" b:dt="dateTime.rfc1123">Tue, 28 Jun 2011 14:28:19 +0000</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response></d:multistatus>'
REQUEST START: /Contents 10
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath 'Contents'; [ '{DAV:}getlastmodified',
'{DAV:}getcontentlength',
'{DAV:}resourcetype' ]
INFO: sending header: 404 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 10
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:error xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"> <a:exception>jsDAV_Exception_FileNotFound</a:exception> <a:message>File at location /home/alan/var/dossier/incoming/Contents not found</a:message><a:file></a:file><a:line></a:line><a:jsdav-version>0.1</a:jsdav-version></d:error>'
ERROR: { code: 404,
type: 'jsDAV_Exception_FileNotFound',
message: 'File at location /home/alan/var/dossier/incoming/Contents not found' }
REQUEST START: /mach_kernel 11
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath 'mach_kernel'; [ '{DAV:}getlastmodified',
'{DAV:}getcontentlength',
'{DAV:}resourcetype' ]
INFO: sending header: 404 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 11
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:error xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"> <a:exception>jsDAV_Exception_FileNotFound</a:exception> <a:message>File at location /home/alan/var/dossier/incoming/mach_kernel not found</a:message><a:file></a:file><a:line></a:line><a:jsdav-version>0.1</a:jsdav-version></d:error>'
ERROR: { code: 404,
type: 'jsDAV_Exception_FileNotFound',
message: 'File at location /home/alan/var/dossier/incoming/mach_kernel not found' }
REQUEST START: /.Spotlight-V100 12
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath '.Spotlight-V100'; [ '{DAV:}getlastmodified',
'{DAV:}getcontentlength',
'{DAV:}resourcetype' ]
INFO: sending header: 404 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 12
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:error xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"> <a:exception>jsDAV_Exception_FileNotFound</a:exception> <a:message>File at location /home/alan/var/dossier/incoming/.Spotlight-V100 not found</a:message><a:file></a:file><a:line></a:line><a:jsdav-version>0.1</a:jsdav-version></d:error>'
ERROR: { code: 404,
type: 'jsDAV_Exception_FileNotFound',
message: 'File at location /home/alan/var/dossier/incoming/.Spotlight-V100 not found' }
REQUEST START: /Backups.backupdb 13
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath 'Backups.backupdb'; [ '{DAV:}getlastmodified',
'{DAV:}getcontentlength',
'{DAV:}resourcetype' ]
INFO: sending header: 404 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 13
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:error xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"> <a:exception>jsDAV_Exception_FileNotFound</a:exception> <a:message>File at location /home/alan/var/dossier/incoming/Backups.backupdb not found</a:message><a:file></a:file><a:line></a:line><a:jsdav-version>0.1</a:jsdav-version></d:error>'
ERROR: { code: 404,
type: 'jsDAV_Exception_FileNotFound',
message: 'File at location /home/alan/var/dossier/incoming/Backups.backupdb not found' }
REQUEST START: /.metadata_never_index 14
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath '.metadata_never_index'; [ '{DAV:}getlastmodified',
'{DAV:}getcontentlength',
'{DAV:}resourcetype' ]
INFO: sending header: 404 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 14
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:error xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"> <a:exception>jsDAV_Exception_FileNotFound</a:exception> <a:message>File at location /home/alan/var/dossier/incoming/.metadata_never_index not found</a:message><a:file></a:file><a:line></a:line><a:jsdav-version>0.1</a:jsdav-version></d:error>'
ERROR: { code: 404,
type: 'jsDAV_Exception_FileNotFound',
message: 'File at location /home/alan/var/dossier/incoming/.metadata_never_index not found' }
REQUEST START: /.DS_Store 15
INFO: invoking method 'PROPFIND'
INFO: data received
DEBUG: httpPropfind BEFORE getPropertiesForPath '.DS_Store'; []
INFO: sending header: 404 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 15
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:error xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"> <a:exception>jsDAV_Exception_FileNotFound</a:exception> <a:message>File at location /home/alan/var/dossier/incoming/.DS_Store not found</a:message><a:file></a:file><a:line></a:line><a:jsdav-version>0.1</a:jsdav-version></d:error>'
ERROR: { code: 404,
type: 'jsDAV_Exception_FileNotFound',
message: 'File at location /home/alan/var/dossier/incoming/.DS_Store not found' }
REQUEST START: /.DS_Store 16
INFO: invoking method 'PROPFIND'
INFO: data received
DEBUG: httpPropfind BEFORE getPropertiesForPath '.DS_Store'; []
INFO: sending header: 404 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 16
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:error xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"> <a:exception>jsDAV_Exception_FileNotFound</a:exception> <a:message>File at location /home/alan/var/dossier/incoming/.DS_Store not found</a:message><a:file></a:file><a:line></a:line><a:jsdav-version>0.1</a:jsdav-version></d:error>'
ERROR: { code: 404,
type: 'jsDAV_Exception_FileNotFound',
message: 'File at location /home/alan/var/dossier/incoming/.DS_Store not found' }
REQUEST START: /.DS_Store 17
INFO: invoking method 'PUT'
INFO: sending header: 201 { 'X-jsDAV-Temp': 'true' }
request end: 17
INFO: writing body: ''
REQUEST START: /._.DS_Store 18
INFO: invoking method 'PROPFIND'
INFO: data received
DEBUG: httpPropfind BEFORE getPropertiesForPath '._.DS_Store'; []
INFO: sending header: 404 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 18
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:error xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"> <a:exception>jsDAV_Exception_FileNotFound</a:exception> <a:message>File at location /home/alan/var/dossier/incoming/._.DS_Store not found</a:message><a:file></a:file><a:line></a:line><a:jsdav-version>0.1</a:jsdav-version></d:error>'
ERROR: { code: 404,
type: 'jsDAV_Exception_FileNotFound',
message: 'File at location /home/alan/var/dossier/incoming/._.DS_Store not found' }
REQUEST START: /._. 19
INFO: invoking method 'PROPFIND'
REQUEST START: /.DS_Store 20
INFO: invoking method 'PROPFIND'
INFO: data received
DEBUG: httpPropfind BEFORE getPropertiesForPath '._.'; []
INFO: sending header: 207 { 'Content-Type': 'application/xml; charset=utf-8',
'X-jsDAV-Temp': 'true' }
request end: 20
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:multistatus xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"><d:response><d:href>/.DS_Store</d:href><d:propstat><d:prop><d:getlastmodified xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" b:dt="dateTime.rfc1123">Tue, 28 Jun 2011 14:41:14 +0000</d:getlastmodified><d:resourcetype></d:resourcetype><a:tempFile>true</a:tempFile></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response></d:multistatus>'
argument after event 'beforemethod': true
INFO: sending header: 404 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 19
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:error xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"> <a:exception>jsDAV_Exception_FileNotFound</a:exception> <a:message>File at location /home/alan/var/dossier/incoming/._. not found</a:message><a:file></a:file><a:line></a:line><a:jsdav-version>0.1</a:jsdav-version></d:error>'
ERROR: { code: 404,
type: 'jsDAV_Exception_FileNotFound',
message: 'File at location /home/alan/var/dossier/incoming/._. not found' }
REQUEST START: /.DS_Store 21
INFO: invoking method 'LOCK'
argument after event 'unknownmethod': true
REQUEST START: / 22
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath '/'; [ '{DAV:}getlastmodified',
'{DAV:}getcontentlength',
'{DAV:}resourcetype' ]
get lock data /home/alan/var/dossier/locks/jsdav_edb274d8c594429b8ccc684d79d771f6.locks
INFO: sending header: 207 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 22
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:multistatus xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"><d:response><d:href>/</d:href><d:propstat><d:prop><d:getlastmodified xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" b:dt="dateTime.rfc1123">Tue, 28 Jun 2011 14:28:19 +0000</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response></d:multistatus>'
REQUEST START: /Contents 23
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath 'Contents'; [ '{DAV:}getlastmodified',
'{DAV:}getcontentlength',
'{DAV:}resourcetype' ]
INFO: sending header: 404 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 23
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:error xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"> <a:exception>jsDAV_Exception_FileNotFound</a:exception> <a:message>File at location /home/alan/var/dossier/incoming/Contents not found</a:message><a:file></a:file><a:line></a:line><a:jsdav-version>0.1</a:jsdav-version></d:error>'
ERROR: { code: 404,
type: 'jsDAV_Exception_FileNotFound',
message: 'File at location /home/alan/var/dossier/incoming/Contents not found' }
REQUEST START: / 24
INFO: invoking method 'PROPFIND'
INFO: data received <?xml version="1.0" encoding="utf-8"?>
<D:propfind xmlns:D="DAV:">
<D:prop xmlns:A="http://www.apple.com/webdav_fs/props/">
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
<A:appledoubleheader/>
</D:prop>
</D:propfind>
DEBUG: httpPropfind BEFORE getPropertiesForPath '/'; [ '{DAV:}getlastmodified',
'{DAV:}getcontentlength',
'{DAV:}resourcetype',
'{http://www.apple.com/webdav_fs/props/}appledoubleheader' ]
INFO: sending header: 207 { 'Content-Type': 'application/xml; charset=utf-8' }
request end: 24
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:multistatus xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"><d:response><d:href>/</d:href><d:propstat><d:prop><d:getlastmodified xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" b:dt="dateTime.rfc1123">Tue, 28 Jun 2011 14:28:19 +0000</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response></d:multistatus>'
argument after event 'beforemethod': Event callback timeout: timeout reached, no callback fired within 2000ms
argument after event 'beforecreatefile': true
/*
* @package jsDAV
* @subpackage DAV
* @copyright Copyright(c) 2011 Ajax.org B.V. <info AT ajax.org>
* @author Mike de Boer <info AT mikedeboer DOT nl>
* @license http://github.com/mikedeboer/jsDAV/blob/master/LICENSE MIT License
*/
var jsDAV = require("./../lib/jsdav"),
jsDAV_Locks_Backend_FS = require("./../lib/DAV/plugins/locks/fs");
jsDAV.debugMode = true;
jsDAV.createServer({
node: "/home/alan/var/dossier/incoming",
locksBackend: new jsDAV_Locks_Backend_FS("/home/alan/var/dossier/locks")
}, 8048, "192.168.56.12");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment