Skip to content

Add a remoteUrl() method, callable over DBus

Alexander Saoutkin requested to merge asaoutkin/kio-fuse:convertUrl into master

Adds a method that takes in a local path, and gives back a remote URL if the local path happens to point to a location that KIOFuse has mounted.

This method is available to be called over DBus. A potential use for this feature can be seen in this patch: https://phabricator.kde.org/D28290

Merge request reports