Special characters in Samba filenames
Posted
by Matti
on Server Fault
See other posts from Server Fault
or by Matti
Published on 2010-03-20T20:23:22Z
Indexed on
2010/03/20
20:31 UTC
Read the original article
Hit count: 206
samba
When serving files containing special characters such as "()?:" in the filename through Samba, the names get transformed into an unrecognizable format. For example, a file
my_file:_(important).txt
is displayed as
M43J1E~0.TXT
Is there a way to avoid this behavior (without renaming the files, obviously)? I'm assuming that character encoding is not to blame because several UTF-8 characters seem to work fine.
© Server Fault or respective owner