[dolphin] [Bug 483055] Dolphin does not have a mechanism for mounting network shares in userspace
Yevhen Popok
bugzilla_noreply at kde.org
Sun Sep 8 09:43:18 BST 2024
https://bugs.kde.org/show_bug.cgi?id=483055
Yevhen Popok <xalt7x.service at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xalt7x.service at gmail.com
--- Comment #3 from Yevhen Popok <xalt7x.service at gmail.com> ---
This is actually implemented in kio-fuse,
See: https://invent.kde.org/system/kio-fuse#running-kio-fuse-manually
> Let's assume you want to make the files at ftp://user:password@server/directory accessible in your local file system.
> send the corresponding mount command
> dbus-send --session --print-reply --type=method_call --dest=org.kde.KIOFuse /org/kde/KIOFuse org.kde.KIOFuse.VFS.mountUrl string:ftp://user:password@server/directory
> If it succeeded, you will get the location that the URL is mounted on as a reply. In this case it would be $dir/ftp/user at server/directory and the directory will be accessibly at that URL.
> After your work is done, simply run
> fusermount3 -u $dir
> to unmount the URL and exit kio-fuse.
Unfortunately it uses single kio-fuse top directory (e.g.,
/run/user/1000/kio-fuse-IKQugV) for different mounts so you can't really
unmount some particular network location.
That might be one of the reason why this feature is still not exposed to the
GUI.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list