Contents |
The following are examples of WebDAV clients which work with Gallery, with a few corner cases, depending on the client and your server:
Mac OS X fails to connect without a correct OPTIONS response. mod_php will pass OPTIONS requests to Gallery, so the response includes DAV headers, however Apache won't pass OPTIONS requests to scripts, so if you use php-cgi, you must use mod_rewrite and mod_headers to set these headers instead.
Needs documentation and screen shots.
WebDAV, ActiveX, ASP.NET and related links:
About Web Folder Behaviors http://msdn2.microsoft.com/en-us/library/ms531432.aspx
ActiveX : The Official Microsoft ASP.NET Site http://silverlight.net/Default.aspx
Introducing Silverlight http://www.asp.net/silverlight/
Download Silverlight http://www.microsoft.com/silverlight/install.aspx
Info on Working with Distributed Authoring and Versioning (DAV) and Web Folders http://support.microsoft.com/kb/q221600/
The item link will connect to WebDAV with the webdav:// URL scheme.
In other browsers, the item link will download a davmount resource: RFC 4709
For now, to open davmount resources on Windows, you must run the script at the end of RFC 4709. This only applies if you're not using Internet Explorer, e.g. Firefox. Media:Davmount.zip
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
I'm trying to test the Gallery WebDAV connection on as many clients and servers as possible. If you encounter problems connecting to Gallery with WebDAV, please include in a bug report a transcript of the WebDAV HTTP conversation. You can use tcpflow or Wireshark to get a transcript: http://www.circlemud.org/~jelson/software/tcpflow/ http://packages.debian.org/tcpflow http://www.wireshark.org/ http://packages.debian.org/wireshark
tcpflow is a command line tool. You can run it on either your client or your server. It may require root permission to open your network interface. The following will display a transcript of the HTTP conversation with example.com:
sudo tcp -C port http and host example.com
The Plone project has excellent WebDAV documentation: http://plone.org/documentation/how-to/webdav