JCIFS How to authenciate when folder is shared with Everyone?
问题 we have a scenario in which we are sharing a folder with group Everyone (which I think includes all users from your domain) when we are using \\server-ip\sharedFolder in Win+R we are able to connect to the folder and browse with out any password (my computer is logged in using a user on same domain) when I code it in java application using File class like this File f = new File(\\server-ip\sharedFolder ); it works then also, But I want to make my application work on mac/linux also so I am