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.
/run/user/$UID/gvfsand it appears that Dolphin is not using gvfs. – Supernormal Aug 06 '19 at 11:43kioclient5 lsas in the OpenSUSE link above, I can list contents from the command line, but unfortunately there is nokioclient5 cdcommand, so I can't run scripts on the remote files etc. So I guess I really do have to usesshfsinstead. – Supernormal Aug 07 '19 at 15:13