Hi,<br><br>I have some issue when I want to list all domains and workgroups on my network:<br><br>- I have one domain controller (Windows 2008) and one workstation (Windows XP) on the domain MYDOMAIN.<br>- I boot a debian on the workgroup MYWORKGROUP,<br>

and then (a few minutes after debian is up) I do:<br><br>new SmbFile("smb://").listfiles();<br><br>which only returns MYWORKGROUP.<br><br>tcpdump shows that both debian and windows XP answer to the MSBROWSE query, but only debian is asked for known domains.<br>

<br>Both workgroup and domain are returned when I wait several minutes after debian is up.<br><br>Is there a way to force listfiles to ask all master browser servers, because I can't rely on the "stability" of my network (many workgroups, many computers often connected/disconnected) ?<br>

<br>Thanks,<br><br><br><br><br>PS: by the way, JCIFS it's a great library.<br>