Last Updated: February 25, 2016
·
2.111K
· cvandebroek

Resolve SSHFS speed issues with Mac OS X

You may resolve speed issues with SSHFS (in combination with VPN) when mounting your drive using the following command:
sshfs USER@DEST:REMOTE_PATH LOCAL_PATH -oauto_cache,reconnect,defer_permissions,noappledouble,volname=VOLNAME

You may also resolve issues with encodings (in Finder) adding the following options
modules=iconv,to_code=UTF-8-MAC

Read the full story on our blog