大写 小写 SAMBA 文件创建

发布于 2024-12-15 17:57:36 字数 248 浏览 1 评论 0原文

使用 C# .Net 2 框架,有没有办法在区分大小写的 SAMBA 驱动器中创建两个仅大小写不同的文件?

例如:

myFile.txt MyFile.txt

这是 SAMBA 配置:

smb.conf

    case sensitive = yes
    preserve case = yes
    short preserve case = yes

谢谢!!!

Using the C# .Net 2 framework, is there any way to create two files differing only in uppercase/lowercase in a case-sensitive SAMBA drive?

For example:

myFile.txt
MyFile.txt

This is the SAMBA configuration:

smb.conf

    case sensitive = yes
    preserve case = yes
    short preserve case = yes

Thanks!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

微凉徒眸意 2024-12-22 17:57:36

您的客户端可能运行 Windows 吗?

Samba 中的“不区分大小写”设置仅在客户端支持不区分大小写的文件名查找时才有用。 Windows 没有,如果您有两个同名但大小写不同的文件,就会遇到麻烦。

支持不区分大小写的客户端包括 Linux 内核中的 SMB 支持和 Samba 自己的“smbclient”。

Is your client perhaps running Windows?

The "case insensitive" setting in Samba is only useful if the client supports case insensitive filename lookups. Windows does not, and it will have trouble if you have two files with the same name but a different case.

Clients that do support case insensitivity include the SMB support in the Linux kernel and Samba's own "smbclient".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文