[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] WebDAV
From: |
Jonathon Sim |
Subject: |
Re: [Phpgroupware-developers] WebDAV |
Date: |
Mon, 31 Mar 2003 12:34:17 +1200 |
User-agent: |
KMail/1.5 |
On Fri, 28 Mar 2003 22:15, Valerio Santinelli wrote:
> Is there any documentation available for application developers to use the
> new WebDAV classes?
>
The webdav classes provide a VFS implementation, currently available in CVS
HEAD - so if you set your file repository to be "http://some.webdav.url.com"
in the setup app, and set the file repository type to DAV all vfs-using apps
should transparently access their files over webdav (there is a README on
setting up webdav with Apache under phpgwapi/doc/doc/vfs/vfs_dav).
So to use this webdav support, just use the standard VFS methods (VFS is
documented in phpgwapi/doc/vfs). If you find yourself wanting functionality
the VFS doesn't provide, consider submitting a feature request, and I will
look at implementing it.
--
Jonathon Sim <address@hidden> Developer/Network address@hidden Ltd
JabberID: address@hidden
--
Re: [Phpgroupware-developers] WebDAV, Dave Hall, 2003/03/29