How is TAdvWebDav to be used?
WebDav usage is explained in the TMS VCL Cloud Pack PDF manual:
Yes, in general, but I see no mention of TAdvWebDav. Am I missing something?
Thanks
This is the base class for WebDav based file transfers. Typically, it is used with WebDav servers to transfer vcal & vcard data and this is implemented in the TCalDav & TCardDav descending classes. Do you need to somehow handle a different type than vCal or vCard?
Thanks for your help!
Yes, I need to connect to a NextCloud server to get the a list of the stored files. Only that, no need to upload or download files. As far as I understand, this should be possible using WebDav: Webdav — Nextcloud latest Developer Manual latest documentation
Any idea or suggestion will be greatly helpful...
I have no experience with Nextcloud.
But try to connect and then you should retrieve a list of file via AdvWebDav.Items
Then for each item you can Upload/Download
AdvWebDav.Items[x].Download(FileName);