Am 04.04.2022 um 15:08 schrieb Ashutosh Tiwari:
Hi,
Thanks for replying!
I have been trying the whole day, and used methods like HttpDelete and
HttpMove and such for basic client side functioning. I went through all the
examples on the site itself as well, but didn't find a "PutMethod" or any
such to send the files to a remote webdav server. I even tried using JCR
but to no avail. Is there any method like the ones I mentioned?
Thanks,
Ash
PUT is a generic HTTP method and is already supported by the Apache HTTP
library we are using; thus no special Jackrabbit code is needed.
See
https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/org/apache/http/client/methods/HttpPut.html
Best regards, Julian