Aug
15
15
SSHFS Symlinks
Using the default settings, symlink on sshfs don’t work.
You can add an option with the -o flag that will get these working properly:
sshfs user@host:/path/to/mount/ ~/mountpoint -oauto_cache,reconnect,volname=mountname,defer_permissions,transform_symlinks,follow_symlinks






