I have a question about accessing file with Samba JCIFS. So there is a server I want to access, let\'s call it server.unv.edu and the workgroup is WKGRP.
I am writing a Java application, that access to a configuration file stored as a shared resource in a Windows server. The app is thought to be used by around 500 employees, so it made me think about c
So I\'m writing a web app with GWT and GXT. I\'m trying to use jcifs.jar to access files on a samba server and I keep getting an \"unsupported protocol\" message.
开发者_开发问答 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not g
I\'m a rookie as to java. I\'m using an open source library named JCIFS.In its ZIP package,it has patches.And I want to 开发者_StackOverflow中文版use some functiones that only the patch has.But I don\
I am using Samba jcifs API to access Windows shares from a Java program, I successfully log in with the string\"smb://a.com;administrator:password@10.0.0.89/shared/\".
I want to get download and upload from a remote windows machine(workgroup,or dom开发者_开发问答ain) to my local unix machine.I dont want to use Sftp or FTP server.I also consider the Jcifs(smb) librar
Well, tried the following bit of code: import jcifs.netbios.NbtAddress; ... try{ NbtAddress addr = NbtAddress.getByName(\"Base\");
i know that JCIFS not support ntlm version2 , mean i cannot use spring-nltm to do ntlm2 . in that case, what library should I use with spring to do ntlm2?
How can I read from a Windows shared drive usin开发者_如何学编程g Java in such a way that the Java code which performs the reading could run equally correctly on any platform?You can use JCIFS to acce