From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John E. Barham" To: 9fans@cse.psu.edu Message-id: <015801c27fc2$2170f8b0$620da8c0@HPN5415> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Subject: [9fans] WebDAV file system Date: Tue, 29 Oct 2002 19:12:07 -0800 Topicbox-Message-UUID: 119c0e84-eacb-11e9-9e20-41e7f4b1d025 There seems to be a fair bit of overlap in the goals and functionality of WebDAV and 9P so I was wondering how feasible it would be (I'm a reasonably competent C programmer) to attempt writing a WebDAV file system for Plan 9 (i.e., essentially a WebDAV equivalent to ftpfs). I thought it would be an interesting project to teach me Plan 9 programming. I'm assuming that given HTTP is a stateless protocol that it would be simpler than ftpfs. Could much be re-used from webfs? John