Fileinfo check for Windows : bad output plugin for mounted folder ( \ \ )

hello,

i try to spie some files into a remote folder mounted into a Windows Server.

CMK version: Checkmk Raw Edition 2.2.0p44
OS version: Debian 11

My host OS : Windows Server 2016 standard and CheckMk Agent version 2.2.0p23
i mount \myserver.mydomain.fr\myfolder\ that contains 72 files

The output of plugin appair in local agent output :

my config :

C:\Program Files (x86)\checkmk\service\check_mk.yml

fileinfo:
    enabled: yes
    path:
        - \\myserver.mydomain.fr\myfolder\*

local output for check_mk_agent :

"C:\Program Files (x86)\checkmk\service\check_mk_agent.exe" test

<<<fileinfo:sep(124)>>>
1753355729
\\myserver.mydomain.fr\myfolder\vmw-vcenter(vm-143264)\vmw-vcenter-flat.vmdk|52143587328|1752878191
\\myserver.mydomain.fr\myfolder\vmw-vcenter(vm-143264)\vmw-vcenter.nvram|8684|1752877073
[...]

Ok i see in local my files !

but checkmk server do not see all my fileinfo, some lines are filtered ?!!

telnet host.mydomain.fr 6556 

<<<fileinfo:sep(124)>>>
1753357481
<<<logwatch>>>

the following lines are deleted :

\\myserver.mydomain.fr\myfolder\vmw-vcenter(vm-143264)\vmw-vcenter-flat.vmdk|52143587328|1752878191
\\myserver.mydomain.fr\myfolder\vmw-vcenter(vm-143264)\vmw-vcenter.nvram|8684|1752877073

these lines dot not appear in “Service discovery”, or in “Connexion test”
Why ?

thanks
Hugo

i think the string " \ \ " (antislash + an other antislash) in the filepath create an error

when i try an other path , for example : **D:\exports**, all is working good and i can discover new services “File D:\exports\xxx”