I'm interested in the ability to download or download many files at once. At the moment I'm communicating with Owncloud through Webdav from external PHP app on another from Owncloud server
As far as I saw in the Owncloud, this is implemented by ajax call on client side and PHP hadling on server side, but i need to do this through Webdav or maybe somehow in another way but as the saying goes "remotely", from another server (using PHP)
is there any existen REST apps or webdav endpoints with such implementation?
Agree, but customer of such functionality argues that he needs to upload or download hundreds of small files without sending hundreds of requests, that's it.
besides similar functionality is already implemented through the graphical interface of the browser using ajax calls so I'm interested in the same but only in remote style.
so I'm wondering whether there is such a thing or whether it is possible to implement it in easy way (eg. webdav or rest app points)
I understood and wrote about that in my second post
If there is no this functional then why? maybe this is completely wrong, again I would like to hear why. It's just a desire to get some help and explanation. And if it is possible to implement this, then just about how, for example, to write your rest app or something else