-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels