I need to connect to a shared folder on a remote windows machine through java , where i put my domain authentication (username and password ) in the code , here is my code>
If you are accessing open shared folders (i.e. username or password are not known or required),then you can follow the code below :
String path="smb://172.16.0.11/"; SmbFile smbFile = new SmbFile(path); String a[]=smbFile.list(); for(int i=0;i