How to make a file download url?

Hello.

I need a very basic (as i thought) scenario.

To publish file download URL at other site.

User clicks on it

User logins (gui is better than basic).

The download starts.

Looks like a very trivial task for a file server. Basics.

I tried internal URLs but it just opens the parent folder (with tons of files).

What is the purpose of internal file link if it does not opens/downloads file? Now it only frustrates users that try to share files using it.

I tried ajax download.php, but it was removed in v31…

Dav urls are user locked (/dav/files/username/)…

Looks like the only way is to make sharing urls for every file…

I’m a bit frustrated about trivial functionality of a file server…

I hope I missed something.

It is v32 nextcloud. And files are in a groupfolder.

Oh. I’ve remembered some undocumented feature…

/remote.php/webdav/folder/file

It works. But I would like GUI login page.

Sorry for this mess %)