Version 6 of WebDAV

Updated 2002-05-20 12:09:21

What is WebDAV? Where can we learn about it? And is there code available to actually use it? http://www.webdav.org/ has the goodies. Basically it is an 'http 1.1' based interface to access remote filesystems, for distributed authoring and versioning.

[...]

[ VFS: Vince Darley]

Dossy Shiobara has been experimenting with WebDAV for AOLserver. In his description, http://panoptic.com/webdav-20010103.tcl "was whipped together in the span of 3 hours, using tcpdump to sniff existing WebDAV tools (because I was too lazy to read the spec. and implement from there)."

The file here looks like a WebDAV server implementation.

What would be nice would be to add to VFS a client implementation, so Tcl can manipulate remote WebDAV directories directly. The tclvfs extension now includes a very rudimentary first attempt at this. It needs lots of work!

Anyone know what happened to 'TclDAV' which was supposed to be here http://comanche.com.dtu.dk/tcldav/