Browse a URL as a WebDAV share. With the Tampermonkey extension on Firefox Mobile you can use it from phone.
Open WebDAV folder in a browser and you'll have ether 403 error or just a plain directory listing.
Then click on the addon button and it will make a file manager from the folder where you can watch, upload, delete files and direcotries.
The script automatically enables for any url that have /dav/
e.g. http://example.com/dav/
prefix or dav.
subdomaain e.g. http://dav.example.com/
.
It just uses the https://github.com/dom111/webdav-js
But instead of a bookmarklet you can use it as an extension.
- Firefox https://addons.mozilla.org/en-US/firefox/addon/webdav-browser/
- Chrome: TBD (I don't have a dev account)
- Sources https://github.com/stokito/webdav-browser-extension
- Awesome WebDAV list of useful software and services for WebDAV
Doesn't work for NextCloud "Refused to load the stylesheet because it violates the following Content Security Policy directive: "default-src 'none'"
So it can't inject CSS or JS. Workaround with https://wiki.greasespot.net/Metadata_Block#@resource doesn't work too because data: and blob: are blocked too