Wednesday, May 13, 2015

A Quick Look at How to Mount SFTP Drive on Mac

1. Install macfuse.
2. Install sshfs
3. Mount using:

sshfs -o defer_permissions -o ServerAliveInterval=10 harryyang@***.***.edu:/ /Users/temp/sshfs2

Unmount

umount -f /Users/temp/sshfs

No comments:

Post a Comment