The command "nautilus sftp://[email protected]/PATH" is not working for me (I get the error: "Timed out when logging in. Please select another viewer and try again") and I couldn't solve that even though I tried different solutions from ubuntu forums.
Now I could mount the filesystem using sshfs.
Did you miss the --append option in the second command? I used "sudo gpasswd -a $USER fuse" to add my user to the fuse group.
Thanks for this Ben!
The command "nautilus sftp://[email protected]/PATH" is not working for me (I get the error: "Timed out when logging in. Please select another viewer and try again") and I couldn't solve that even though I tried different solutions from ubuntu forums.
Now I could mount the filesystem using sshfs.
Did you miss the --append option in the second command? I used "sudo gpasswd -a $USER fuse" to add my user to the fuse group.
Thanks again!