[OGo-Users] URLs Accessible from ZideStore

Kianha x users@opengroupware.org
Wed, 23 Apr 2008 11:38:01 +0200


------=_Part_24210_25851898.1208943482021
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,


I can't access the tasks via ZideStore's WebDAV neither with the client
webdav (Bitkinex) nor with webdav standard. I think that the url is correct
(http://myserver/zidestore/dav/myuser/Tasks). I don't know if I need to do
something in special in the Tasks.... if I have the locked access,...


2008/4/22, Adam Tauno Williams <adam@morrison-ind.com>:
>
>  I believe the Tasks folder should work for reading,  but Tasks via
ZideStore's WebDAV/GroupDAV access are read-only.



By the other hand, I am trying to upload files (only appoinments and
contacts)to OpenGroupware, using two options :Bitkinex and the next code but
without successfull:



HttpURL hrl = new HttpURL("http://myserver/zidestore/dav/myuser/Overview");
hrl.setUserinfo("myuser", "mypassword");
wdr = new WebdavResource(hrl);

File file = new File("C:/Temp/10440.ics");
wdr = new WebdavResource(hrl);
wdr.putMethod(file);  --> return false
System.out.println(wdr.getStatusMessage()); --> Method Not Allowed (405)


Am I using the correct code?

When I obtain the appointments, for example , the downloading of files is
slow, how can I optimize this? or in general Is slow the manage the files
via ZideStore's WEBDAV access ?


Thanks,

Regards

------=_Part_24210_25851898.1208943482021
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,<br><br><br>I can&#39;t access the tasks via ZideStore&#39;s WebDAV neither with the client webdav (Bitkinex) nor with webdav standard. I think that the url is correct (<a href="http://myserver/zidestore/dav/myuser/Tasks">http://myserver/zidestore/dav/myuser/Tasks</a>). I don&#39;t know if I need to do something in special in the Tasks.... if I have the locked access,...<br>
<br><br>2008/4/22, Adam Tauno Williams &lt;<a href="mailto:adam@morrison-ind.com">adam@morrison-ind.com</a>&gt;:<br>&gt; <br>&gt;&nbsp;&nbsp;I believe the Tasks folder should work for reading,&nbsp;&nbsp;but Tasks via ZideStore&#39;s WebDAV/GroupDAV access are read-only.<br>
<br><br><br>By the other hand, I am trying to upload files (only appoinments and contacts)to OpenGroupware, using two options :Bitkinex and the next code but without successfull:<br><br><div style="margin-left: 40px;">&nbsp;&nbsp;&nbsp;&nbsp;  <br>
<br>HttpURL hrl = new HttpURL(&quot;<a href="http://myserver/zidestore/dav/myuser/Overview">http://myserver/zidestore/dav/myuser/Overview</a>&quot;);<br>hrl.setUserinfo(&quot;myuser&quot;, &quot;mypassword&quot;);<br>wdr = new WebdavResource(hrl);<br>
<br></div><div style="margin-left: 40px;">File file = new File(&quot;C:/Temp/10440.ics&quot;);&nbsp;&nbsp;<br></div><div style="margin-left: 40px;">wdr = new WebdavResource(hrl);<br></div><div style="margin-left: 40px; font-weight: bold;">
wdr.putMethod(file);&nbsp;&nbsp;--&gt; <span style="color: rgb(255, 102, 0);">return false&nbsp;&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br></div><div style="margin-left: 40px;"><span style="font-weight: bold;">System.out.println(wdr.getStatusMessag</span><span style="font-weight: bold;">e()); --&gt; </span><span style="color: rgb(255, 102, 0); font-weight: bold;">Method Not Allowed (405)</span><br>
</div><br><br>Am I using the correct code?<br><br>When I obtain the appointments, for example , the downloading of files is slow, how can I optimize this? or in general Is slow the manage the files via ZideStore&#39;s WEBDAV access ?<br>
<br><br>Thanks,<br><br>Regards<br><br><br>

------=_Part_24210_25851898.1208943482021--