2
votes
5answers
2k views

Mounting a remote SCP or SFTP share on Mac

I use Fuse4X and ForkLift to mount a remote directory (a dev server). I use PHPStorm to open projects and source (/Volumes/dev/project_path), but sometimes it happens that Forklift freezes (in ...
5
votes
1answer
4k views

How can I mount a remote SSH folder on Mac?

I do not like SFTP client applications, like Cyberduck. I want to access the SSH folder as a local disk driver, where you can read/write/copy/paste files. I tried fuse4x+sshfs. It works but has a ...
7
votes
2answers
431 views

“Mount” network share as a volume via SSH?

There is a remote server that I can connect to only via SSH, and storage space have been allocated for me in that server. Is there a software that lets me "mount" a network share via SSH so that I ...
21
votes
7answers
18k views

How can I mount SFTP/SSH in Finder on OSX Snow Leopard?

My Question is seemingly simple. I need to mount an ssh/sftp volume and make it visible in finder to be able to use it as if it were a local volume (think smb share). I have tried everything I could ...