What tool do you use for mounting remote file system on Mac?

2 points by tinganho ↗ HN
I have been using sshfs for a long time, but it got some bugs, it is not working properly on Mac OSX 10.11. I guess many need to mount a file system to do proper web app development on a remote or local vm server. I'm just curious which other alternatives there are compared to sshfs on Mac?

1 comment

[ 2.0 ms ] story [ 12.6 ms ] thread
Just open the network browser and connect using the appropriate protocol supported by the remote server (e.g. afp://server:port/share/name or smb://server:port/share/name.

I share my linux file system on ubuntu using netatalk and mount it using afp:// . It also supports time machine.