jcifs-1.3.3.jar

时间:2022-01-11 03:52:44
【文件属性】:

文件名称:jcifs-1.3.3.jar

文件大小:382KB

文件格式:JAR

更新时间:2022-01-11 03:52:44

jcifs-1.3.3.

读取网络共享文件夹数据。 用法:String host = "192.168.xxx.xxx"; String username = "username"; String password = "password"; //samba服务器上的文件 String filePath = "/a/b/xxx.pdf"; String demo1LocalDir = "E:\\test\\samba"; UniAddress ua = UniAddress.getByName(host); NtlmPasswordAuthentication auth = new NtlmPasswordAuthentication(host, username, password); SmbSession.logon(ua, auth);//验证是否能够成功登录 //创建Smb文件,地址一定要使用smb:// SmbFile remoteSmbFile = new SmbFile("smb://" + host + filePath, auth); --------------------- 作者:sand_clock 来源:CSDN 原文:https://blog.csdn.net/sand_clock/article/details/76467869 版权声明:本文为博主原创文章,转载请附上博文链接!


网友评论