Does ksmbd support file names with special characters #320
rickysarraf
started this conversation in
General
Replies: 1 comment
-
It should be worked. Can you tell me your filenames ? root@linkinjeon-System-Product-Name:~# ls -lh /mnt/test/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does ksmbd support file names with special characters ?
Special characters documented as in: https://web.archive.org/web/20150619005746/https://support.microsoft.com/en-us/kb/177506
I have lots of files with names having the
:
character. It works all well withsmbd
.But with
ksmbd
, when doing anls -lh
on them, I get theNo such file or directory
. The other files, that do not have the special:
character, list all proper.This is seen with:
Linux: 6.11
Distro: Debian Unstable
ksmbd-utils: 3.5.2-3
Steps to reproduce
:
in their namesls -lh
on the ksmbd shareBeta Was this translation helpful? Give feedback.
All reactions