I am connecting to a cifs share using the following code:
SmbFileInputStream sfis = new
SmbFileInputStream("smb://domain;username:password@host/share/file.txt");
I am making the connection fine but desiredAccess: 0x00000001 is being
printed to standard out. How do I prevent this? I am not a java expert
so please bear with me.
Nathan