How to list files using PHP webDAV client?
I want to manage files on nextCloud implementation (cd.wedos.com). I can connect to the server using winSCP and list, download & upload files. I want to do the same via PHP. Thanks to SO I am able to connect to webDAV server from my Windows 11 – my dev environment.