I’m using Nextcloud to provide files used by an application to update a database. I’d like the filenames to match the actual name. The url I use is https://mycloud.example.com/index.php/s/HEWYbwxLwisJbcL/download?files=61Z252.osm.gz
What the user sees is /download?files=61Z252.osm.gz. What is desired is just 61Z252.osm.gz
I have no control over the application. If I were using wget it would be easy to add -O 61Z252.osm.gz to solve the problem.