[jcifs] Problem listing shares

Volodymyr Bychkoviak vbychkoviak at i-hypergrid.com
Mon May 23 12:45:42 GMT 2005


following code on some host in our local hetwork gives me incomplete 
shares list despite I can find these shares with any file manager. any 
ideas?


NtlmPasswordAuthentication authentication = new 
NtlmPasswordAuthentication(<my domain>,<my login>,<my password>);
 

SmbFile smbFile = new SmbFile("smb://" + <hostname> + "/", authentication);

String[] shares = smbFile.list();



regards,
Volodymyr Bychkoviak



More information about the jcifs mailing list