<div dir="ltr">Hi friends,<br>i am doing some prototypes to try webDAV with zope3. I am using z3c.extfile to store files.<br><br>I tried the zope.app.dav that is coming along with z3 distribution. it works fine for zope.app.file and zope.app.folder. it partialy works with z3c.extfile too. ie, i can download extfiles<br>

<br>Anyways i saw in <a href="http://pypi.python.org/pypi/zope.app.dav/3.4.1" target="_blank">http://pypi.python.org/pypi/zope.app.dav/3.4.1</a> that z3c.dav is advanced than zope.app.dav. So i tries z3c.dav also. But i got error while accessing the / folder&nbsp; through webDAV. <br>
<br>I have been using debian&#39;s(Gnome) local filesystem browser to do this<br><br>but i get the following error on my weDAV client<br>&quot;&quot;&quot;<br>cannot open &#39;/&#39;<br><br>The filename &quot;/&quot; indicates that this file is of type &quot;x-directory/webdav&quot;.<br>
The contents of the file indicate that the file is of type &quot;HTML document&quot;.<br>If you open this file, the file might present a security risk to your system.<br><br>Do not open the file unless you created the file yourself, or received the<br>
file from a trusted source. To open the file, rename the file to the correct<br>extension for &quot;HTML document&quot;, then open the file normally. Alternatively,<br>use the Open With menu to choose a specific application for the file.<br>
&quot;&quot;&quot;<br><br><br>May be i am missing something :?<br><br>This is&nbsp; how i proceeded<br>1) started the zopeserver<br>2) connected to it via webDAV with server:localhost, port:8080, user:admin.<br>3) it works fine and displays the content of root folder. I can view,add, delete download etc..But its done by zope.app.dav<br>
<br>now same thing with z3c.dav<br>1) (easy_install -N)ed z3c.dav, z3c.etree, z3c.conditionalviews <br>2) included the z3c.dav package and disabled zope.app.dav . (inside package-include)<br>3) try to access server through webDAV (exactly same as before)<br>
now it fires above said error. <br><br>can any one tell me where i am missing?<br>i have seen the z3c.davapp.* packages. Is there any work going to support extfile like this? i have adapted the z3c.davapp.zopeappfile codes to write a similar package for z3c.extfile too. But i cant test it properly if z3c.dav itself is not working for me :/<br>
<br><br>Note: i am using zope3.3.1+py2.4 setup <br><br>And like many others demand i also would like to see a HOWTO for z3c.dav.<br><br>Thanks to all in advance.<br>jayaraj.<br> </div>