sshfs icon indicating copy to clipboard operation
sshfs copied to clipboard

Integrate with OSX Finder: Connect to Server

Open Kriechi opened this issue 8 years ago • 2 comments

Problem: Mounting a directory with SSHFS requires the user to jump into a Terminal window and type out the commands to create a mount point, and then mount with SSHFS. This does not feel right for GUI-spoiled OSX users. It would be much nicer to make use of the Finder integration to mount remote filesystems: "Connect to Server" used for SMB or NFS mounts.

Possible Solution: I stumbled across this blog post, and the linked project code.

This makes use of a bundle for the NetFS Finder integration.

IMHO it would be really great if this could be included in the osxfuse-SSHFS repository, to provide proper support and ideally also ship it (include it) directly (to be installed with homebrew).

Or is it better to report this over at https://github.com/libfuse/sshfs?

Kriechi avatar Oct 07 '16 14:10 Kriechi

I agree with you, it would be nice to be able to mount sshfs volumes using "Connect to Server". If I remember correctly NetFS plugins need to be signed by Apple nowadays.

Currently I have my hands full with FUSE. Anyone up for the job of creating a NetFS plugin?

bfleischer avatar Oct 09 '16 11:10 bfleischer

Just going to politely bump this in hopes that some kind soul has the time and interest to work on it. 😁

Next-Door-Tech avatar May 06 '20 07:05 Next-Door-Tech