sshfs
sshfs copied to clipboard
Can't open files and folders with Umlaut
sshfs is working fine except when a folder contains an Umlaut. It is listed just fine in the folder an terminal. But when I try to open it in the finder, it appears empty.
When I open it in the terminal with cd, I can see the files with the ls command, but opening the file with the open command returns
The file /Volumes/sshlinuxserver/var/files/organisation/Schlüssel does not exist.
Strangely, I can use the cp command and copy the `non existing folders and files.
I don't think this is related to #14 because my linuxserver and my mac both have the same locales:
linuxserver$ locale
LANG=de_DE.UTF-8
LANGUAGE=
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=
Mac-Pro$ locale
LANG="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_CTYPE="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_ALL=
I'm running this version:
$ sshfs --version
SSHFS version 2.10
OSXFUSE 3.8.3
FUSE library version: 2.9.7
I am able to reproduce this problem. Any solution to this?
Thanks for looking into it. Unfortunately I don't have a solution.
Same problem here.
This seems to be related: https://github.com/libfuse/sshfs/issues/116
This solution fixes my problem: https://github.com/osxfuse/osxfuse/issues/71#issuecomment-12762017