sshfs icon indicating copy to clipboard operation
sshfs copied to clipboard

Can't open files and folders with Umlaut

Open raumi75 opened this issue 6 years ago • 5 comments

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

raumi75 avatar Mar 08 '19 10:03 raumi75

I am able to reproduce this problem. Any solution to this?

manuelcherubim avatar Mar 13 '19 14:03 manuelcherubim

Thanks for looking into it. Unfortunately I don't have a solution.

raumi75 avatar Mar 13 '19 16:03 raumi75

Same problem here.

dbogdanov avatar Apr 16 '19 18:04 dbogdanov

This seems to be related: https://github.com/libfuse/sshfs/issues/116

dbogdanov avatar Apr 16 '19 20:04 dbogdanov

This solution fixes my problem: https://github.com/osxfuse/osxfuse/issues/71#issuecomment-12762017

dbogdanov avatar Apr 16 '19 22:04 dbogdanov