[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'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 (<a href="http://myserver/zidestore/dav/myuser/Tasks">http://myserver/zidestore/dav/myuser/Tasks</a>). I don'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 <<a href="mailto:adam@morrison-ind.com">adam@morrison-ind.com</a>>:<br>> <br>> I believe the Tasks folder should work for reading, but Tasks via ZideStore'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;"> <br>
<br>HttpURL hrl = new HttpURL("<a href="http://myserver/zidestore/dav/myuser/Overview">http://myserver/zidestore/dav/myuser/Overview</a>");<br>hrl.setUserinfo("myuser", "mypassword");<br>wdr = new WebdavResource(hrl);<br>
<br></div><div style="margin-left: 40px;">File file = new File("C:/Temp/10440.ics"); <br></div><div style="margin-left: 40px;">wdr = new WebdavResource(hrl);<br></div><div style="margin-left: 40px; font-weight: bold;">
wdr.putMethod(file); --> <span style="color: rgb(255, 102, 0);">return false </span> <br></div><div style="margin-left: 40px;"><span style="font-weight: bold;">System.out.println(wdr.getStatusMessag</span><span style="font-weight: bold;">e()); --> </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's WEBDAV access ?<br>
<br><br>Thanks,<br><br>Regards<br><br><br>
------=_Part_24210_25851898.1208943482021--