WebDAV OS X notes

To connect from Finder
(14:01:55) markd2: Go menu -> Connect to Server -> paste in the http://.../dav/


This is what a 0 length response looks like from tdav.museatech.net

daveb@linux:~> telnet tdav.museatech.net 80
Trying 207.166.200.221...
Connected to tdav.museatech.net.
Escape character is '^]'.
GET /dav/file-storage/jarkko-2-test/juniorligan.txt HTTP/1.1

HTTP/1.0 200 OK
MIME-Version: 1.0
Content-Type: text/plain
Set-Cookie: ad_session_id=400027%2c0%2c0%20%7b254%201089827221%2056C9D53A47D1E75FE5D113A40D8D94B4B11735E8%7d; Path=/; Max-Age=1200
Content-Length: 0
XDaveB-LOB-Content-Length=0=: 0
Server: AOLserver/3.3.1+ad13

Connection closed by foreign host.
daveb@linux:~>

Latest version of tDAV response looks like:

daveb@linux:~> telnet www.thedesignexperience.org 8001
Trying 65.77.253.23...
Connected to www.thedesignexperience.org.
Escape character is '^]'.
GET /dav/zero.txt HTTP/1.1

HTTP/1.0 200 OK
Content-Length: 0
Last-Modified: Wed, 14 Jul 2004 20:28:24 GMT
ETag: 19aeac-0-40f59768
MIME-Version: 1.0
Date: Wed, 14 Jul 2004 20:37:58 GMT
Server: AOLserver/4.0.5
Content-Type: text/plain; charset=utf-8
Connection: close

Connection closed by foreign host.
daveb@linux:~>