I have mounted an SFTP share using Dolphin, which all works perfectly. However, I would also like to browse these files from the command line.
Pressing F4 in Dolphin to bring up a terminal window just gives me my home directory, and not the remote one.
I cannot see the remote mount when running mount
.
Is there a way to cd
to the SFTP after mounting it in Dolphin, like I could if I had mounted it with sshfs
?
Nautilus uses gvfs to mount remote shares, which makes life easier, as shown here. However, that does not seem to be the case with Dolphin (Kubuntu). I don't have anything in /run/user/$UID/gfvs/
after mounting my SFTP share in Dolphin.
With Dolphin i dont found solution. But i have installed
nautilus
andgvfs-fuse
and commented the lineEnvironment=GVFS_DISABLE_FUSE=1
in the file/lib/systemd/system/accounts-daemon.service
and runsystemctl daemon-reload
and restart the machine. I have installednautilus-extension-gnome-terminal
too, to add "open in local terminal" to Nautilus context menu.PS:Im using Kubuntu 20.04.