Get file URL for WebDAV access

Hi,

I am running latest Nextcloud on a Debian server.

I am trying to connect with a WebDAV client a specific file.

According to the documentation I have the basic URL to access via WebDAV.

My application wants to access the direct path to the file.
So I can easily access through https://example.com/nextcloud/remote.php/dav/files/USERNAME/

But I want to directly access the file. Unfortunately the folder has spaces in it.
I tried to use
https://example.com/nextcloud/remote.php/dav/files/USERNAME/My\ Folder/file.txt
but did not succeed.

Someone having an idea about the links to access the file directly?

Thanks!

/KNEBB

Spaces in URLs are escaped with „%20“.

1 Like