3

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.

1 Answers1

0

With Dolphin i dont found solution. But i have installed nautilus and gvfs-fuse and commented the line Environment=GVFS_DISABLE_FUSE=1 in the file /lib/systemd/system/accounts-daemon.service and run systemctl daemon-reload and restart the machine. I have installed nautilus-extension-gnome-terminal too, to add "open in local terminal" to Nautilus context menu.

PS:Im using Kubuntu 20.04.

Celso
  • 1