Hi all, I can successfully map a CIFS share from Win7, as described in previous posts.
I used local users and the resulting mapping is:
net use * \\192.168.3.86\HOME password1 /USER:SCNETAPP\renzo
where SCNETAPP is the filer name.
Now I want to do the same from jCIFS, within a Java client, through the equivalent URL:
smb://SCNETAPP;renzo:password1@192.168.3.86/HOME
however it doesn't work (Logon failure: unknown user name or bad password).
Any suggestion is welcome.
Renzo