Hi.
Following *very* odd situation:
Filr 23.4 Network Folders on Windows 2019 Server.
From the webclient, everything is fine.
From Windows or MacOS Filr Desktop Clients, creating *new* Files or Folders with German Umlauts end up scrambled in the Windows Server FIlesystem.
Copying *existing* Files or Folders with Umlauts in the file name to a network folder via filr works fine.
The problem occurs with the rename. If you create a new .txt file in a folder, it will initially be created as something like "new textfile.txt", and later gets renamed to the proper file. That's where the filename gets garbled:
smbclient.log creating a new file and naming it "Gärtner12345.txt":
[2024/01/31 15:44:43.478563, 4, pid=26934, effective(0, 0), real(0, 0)] ../../source3/libsmb/libsmb_dir.c:2217(SMBC_rename_ctx)
smbc_rename(smb://srvad01/Testordner/Neues%20Textdokument.txt,smb://srvad01/Testordner/G%C3%83%C2%A4rtner12345.txt)
Vs copying an existing file with an Umlaut in the name (Gärtner34567.txt):
[2024/01/31 15:47:27.942963, 10, pid=26934, effective(0, 0), real(0, 0)] ../../source3/lib/util.c:2098(map_open_params_to_ntcreate)
map_open_params_to_ntcreate: file \Gärtner34567.txt, access_mask = 0x12019f, share_mode = 0x3, create_disposition = 0x4, create_options = 0x40 private_flags = 0x0
Anybody else?