https://bugs.kde.org/show_bug.cgi?id=483055
Yevhen Popok <xalt7x.serv...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xalt7x.serv...@gmail.com --- Comment #3 from Yevhen Popok <xalt7x.serv...@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@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 watching all bug changes.