Wednesday 21 February 2007 11:34:01 am
Hi Martin, you can't use the webdav finder function! The eZWebDAV don't accept the DAV LOCK method! /kernel/classes/webdav/ezwebdavcontentserver.php
...
// Only a few WebDAV operations are allowed for now.
$options['methods'] = array( 'OPTIONS', 'PROPFIND', 'HEAD', 'GET', 'PUT', 'MKCOL', 'MOVE' );
...
Look at the manpages (OSX): man mount_webdav ( near -o option ) ... If connecting to a Class 1 compliant WebDAV server, the rdonly option will be set even if it was not specified because mount_webdav will not allow files to be opened with write access on servers which do not support the DAV LOCK method ... An alternative client is GOLIAT 1.0.1 ( http://www.webdav.org/goliath/ ) or DAVExplorer.
Best greetings from Rostock-Germany, Dirk
JAC Systeme GmbH
Germany (Stralsund, Rostock, Berlin)
- CM-Systems (www.jac-systeme.de)
- Ticketsolutions (www.simpleticket.de)
|