/calendars/users/henk/calendar > logging
HTTP logging turned on
/calendars/users/henk/calendar > props
<-------- BEGIN HTTP CONNECTION -------->
Server: ical.ripe.net
<-------- BEGIN HTTP REQUEST -------->
PROPFIND /calendars/users/henk/calendar/ HTTP/1.1
Host: ical.ripe.net
Authorization: Digest username="smcavoy", realm="/Search", nonce="43994434910922769081766855450", uri="/calendars/users/henk/calendar/", response="449d36a475477c2fe48c98b9caae4722", algorithm="md5"
Content-Length: 110
Content-Type: text/xml; charset=utf-8
Depth: 0
<-------- BEGIN HTTP RESPONSE -------->
HTTP/1.1 207 Multi-Status
Content-Length: 1125
Accept-Ranges: bytes
Server: Twisted/2.5.0 TwistedWeb/[twisted.web2, version 0.2.0] TwistedCalDAV/1.2 (unknown)
Last-Modified: Tue, 17 Feb 2009 06:46:18 GMT
DAV: 1, access-control, calendar-access, calendar-schedule, calendar-availability, inbox-availability, calendar-proxy
ETag: "13725B-123CA-499A5D3A"
Date: Tue, 17 Feb 2009 15:58:47 GMT
Content-Type: text/xml
/calendars/users/henk/calendar/
HTTP/1.1 200 OK
<-------- END HTTP RESPONSE -------->
<-------- END HTTP CONNECTION -------->
<-------- BEGIN HTTP CONNECTION -------->
Server: ical.ripe.net
<-------- BEGIN HTTP REQUEST -------->
PROPFIND /calendars/users/henk/calendar/ HTTP/1.1
Host: ical.ripe.net
Authorization: Digest username="smcavoy", realm="/Search", nonce="43994434910922769081766855450", uri="/calendars/users/henk/calendar/", response="449d36a475477c2fe48c98b9caae4722", algorithm="md5"
Content-Length: 1022
Content-Type: text/xml; charset=utf-8
Depth: 0
<-------- BEGIN HTTP RESPONSE -------->
HTTP/1.1 207 Multi-Status
Content-Length: 6566
Accept-Ranges: bytes
Server: Twisted/2.5.0 TwistedWeb/[twisted.web2, version 0.2.0] TwistedCalDAV/1.2 (unknown)
Last-Modified: Tue, 17 Feb 2009 06:46:18 GMT
DAV: 1, access-control, calendar-access, calendar-schedule, calendar-availability, inbox-availability, calendar-proxy
ETag: "13725B-123CA-499A5D3A"
Date: Tue, 17 Feb 2009 15:58:47 GMT
Content-Type: text/xml
/calendars/users/henk/calendar/
calendar
/principals/__uids__/D882088F-33AD-4CBD-8EB0-BD9430ADC65D/
all privileges
read resource
allow free busy report query
write resource
write resource properties
write resource content
add child resource
remove child resource
unlock resource without ownership of lock
read resource access control list
write resource access control list
read privileges for current principal
httpd/unix-directory
2009-02-17T07:46:18Z
103281933
2009-02-17 07:46:18.642748
CalDAVFile
"13725B-123CA-499A5D3A"
1575667
/principals/
Tue, 17 Feb 2009 07:46:18 GMT
#2CA10BFF
HTTP/1.1 200 OK
HTTP/1.1 401 Unauthorized
<-------- END HTTP RESPONSE -------->
<-------- END HTTP CONNECTION -------->
OK Properties:
{DAV:}acl-restrictions:
{DAV:}creationdate: 2009-02-17T07:46:18Z
{DAV:}displayname: calendar
{DAV:}getcontentlength:
{DAV:}getcontenttype: httpd/unix-directory
{DAV:}getetag: "13725B-123CA-499A5D3A"
{DAV:}getlastmodified: Tue, 17 Feb 2009 07:46:18 GMT
{DAV:}inherited-acl-set:
{DAV:}owner:
{DAV:}principal-collection-set: URL: /principals/
{DAV:}quota-available-bytes:
{DAV:}quota-used-bytes:
{DAV:}resourcetype:
{DAV:}supported-privilege-set:
{DAV:}supported-report-set:
{DAV:}supportedlock:
{http://apple.com/ns/ical/}calendar-color:
{http://calendarserver.org/ns/}getctag:
{http://twistedmatrix.com/xml_namespace/dav/}resource-class:
{urn:ietf:params:xml:ns:caldav}supported-calendar-component-set:
{urn:ietf:params:xml:ns:caldav}supported-calendar-data:
Failed Properties:
{DAV:}acl: 401
{DAV:}current-user-privilege-set: 401
/calendars/users/henk/calendar > ls
<-------- BEGIN HTTP CONNECTION -------->
Server: ical.ripe.net
<-------- BEGIN HTTP REQUEST -------->
PROPFIND /calendars/users/henk/calendar/ HTTP/1.1
Host: ical.ripe.net
Authorization: Digest username="smcavoy", realm="/Search", nonce="43994434910922769081766855450", uri="/calendars/users/henk/calendar/", response="449d36a475477c2fe48c98b9caae4722", algorithm="md5"
Content-Length: 145
Content-Type: text/xml; charset=utf-8
Depth: 1
<-------- BEGIN HTTP RESPONSE -------->
HTTP/1.1 207 Multi-Status
Content-Length: 507173
Accept-Ranges: bytes
Server: Twisted/2.5.0 TwistedWeb/[twisted.web2, version 0.2.0] TwistedCalDAV/1.2 (unknown)
Last-Modified: Tue, 17 Feb 2009 06:46:18 GMT
DAV: 1, access-control, calendar-access, calendar-schedule, calendar-availability, inbox-availability, calendar-proxy
ETag: "13725B-123CA-499A5D3A"
Date: Tue, 17 Feb 2009 16:01:09 GMT
Content-Type: text/xml
Traceback (most recent call last):
File "/Users/smcavoy/Projects/iCal/CalDAVClientLibrary/src/browser/baseshell.py", line 75, in run
self.execute(cmdline)
File "/Users/smcavoy/Projects/iCal/CalDAVClientLibrary/src/browser/baseshell.py", line 123, in execute
self.commands[cmd].execute(cmd, options)
File "/Users/smcavoy/Projects/iCal/CalDAVClientLibrary/src/browser/commands/ls.py", line 63, in execute
results = self.shell.account.session.getPropertiesOnHierarchy(resource, props)
File "/Users/smcavoy/Projects/iCal/CalDAVClientLibrary/src/client/clientsession.py", line 191, in getPropertiesOnHierarchy
self.runSession(request)
File "/Users/smcavoy/Projects/iCal/CalDAVClientLibrary/src/client/clientsession.py", line 525, in runSession
self.doSession(request)
File "/Users/smcavoy/Projects/iCal/CalDAVClientLibrary/src/client/clientsession.py", line 572, in doSession
self.sendRequest(request)
File "/Users/smcavoy/Projects/iCal/CalDAVClientLibrary/src/protocol/http/session.py", line 76, in sendRequest
self.doRequest(request);
File "/Users/smcavoy/Projects/iCal/CalDAVClientLibrary/src/client/clientsession.py", line 651, in doRequest
self.readResponseData(request, response)
File "/Users/smcavoy/Projects/iCal/CalDAVClientLibrary/src/client/clientsession.py", line 696, in readResponseData
data = response.read()
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/httplib.py", line 516, in read
s = self._safe_read(self.length)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/httplib.py", line 598, in _safe_read
chunk = self.fp.read(min(amt, MAXAMOUNT))
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/socket.py", line 309, in read
data = self._sock.recv(recv_size)
error: (54, 'Connection reset by peer')