Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sshfs and umlauts #14

Closed
deboerk opened this issue Sep 22, 2015 · 1 comment
Closed

sshfs and umlauts #14

deboerk opened this issue Sep 22, 2015 · 1 comment

Comments

@deboerk
Copy link

deboerk commented Sep 22, 2015

Hi, I am having issues with sshfs and umlauts. I am able to browser directories that contain umlauts. However, if I open a specific file in a directory that contains an umlaut or if the name of the file contains an umlaut, I get the error "File cannot be found". When copy a file I get the the error code 8058. Do you have any idea what might be the problem here?

I am using the following software:
OS X 10.10.4
osxfuse 2.8.0
sshfs 2.5.0

Thanks for you help!

@bfleischer
Copy link
Member

You can convert the encoding of file names and directory names by adding the following option to the sshfs command. This should fix the issue.

-o modules=iconv,from_code={from encoding},to_code={to encoding}

The to_code=... part is optional. All you need to find out is the encoding used on the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants