Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
6answers
3k views

Alternatives for JCIFS NTLM library

Are there any alternatives for JCIFS NTLM library?
5
votes
1answer
241 views

How to open files in Android with default viewer using jCIFS

I'm using the free jCIFS library to connect to my NAS device via CIFS, and it's working great. I can connect and get a list of filenames, etc. without any issues. Now I'd like to open one of the ...
5
votes
1answer
581 views

Java - List all network printers on LAN

I need to use Java to get a list of all the IP addresses on the LAN which belong to network printers. I don't need to print to the printers, I just need to find all of them. This is for an android ...
2
votes
2answers
70 views

how determining file size in term of number of characters?

Reading file using java and jcifs on windows. I need to determine size of file, which contains multi-byte as well as ASCII characters. how can i achieve it efficiently OR any existing API in java? ...
2
votes
0answers
633 views

Is JCIFS incompatible with windows 2008 R2 domain controllers?

We are using JCIFS(1.3.15) to authenticate from a Windows 7 client which sends only NTLM v2 responses. We are getting the following error when we use a Windows 2008 R2 domain controller ...
2
votes
1answer
610 views

KSoap-Android\JCIFS sends empty HTTP post

I created an NTLM authenticating SOAP client based on KSOAP-Android and JCIFS. The implementation looks something like this: public class NtlmServiceConnection implements ServiceConnection { ...
2
votes
2answers
182 views

How can I read from a Windows shared drive in a platform independent way using Java?

How can I read from a Windows shared drive using Java in such a way that the Java code which performs the reading could run equally correctly on any platform?
2
votes
1answer
1k views

Hudson Windows service slave launch causes SmbException

We just acquired three new build slaves for Hudson, which are running Windows XP x64. We're having issues deploying to these that we haven't seen before (we have two other XP32 machines already ...
1
vote
1answer
46 views

Spring security 3 + JCIFS ntlm

Can they work together? Some project sample would be great. I have a web-app on Spring3. And i need to implement NTLM. Spring stopped NTLM support in 3rd version. Is there any possibilities to ...
1
vote
1answer
103 views

C# Cifs/Smb Client Helper class

I need to read/write to a shared path. I was wondering if there was something similar to the JCIFS library for java in C#? If not, how do I accomplish this by providing a domain, username and ...
1
vote
1answer
58 views

jcifs with GWT: unsupported protocol smb

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 is my code: FileSystemManager ...
1
vote
1answer
124 views

How to use a patch in java

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 use some functiones that only the patch has.But I don't know how.There are lots of ...
1
vote
1answer
113 views

Downloading and uploading files without ftp and sftp

I want to get download and upload from a remote windows machine(workgroup,or domain) to my local unix machine.I dont want to use Sftp or FTP server.I also consider the Jcifs(smb) librariy but it only ...
1
vote
2answers
336 views

Alternatives for jcifs which is compatible with jdk 1.4

Are there any alternatives for jcifs which is compatible with jdk 1.4. Alternatives for jcifs like waffle, jespa requires jdk 1.5 Our requirement is to authenticate from a Windows 7 (which sends only ...
0
votes
0answers
37 views

how to write an xml file generated by a Java application into a domain registered Windows Server?

I have already generated a properly validated XML file on my Java application that runs on a Linux server that is not registered into the domain. Now I need to write this XML file into the Windows ...
0
votes
0answers
22 views

Java JCIFS listFiles() method too slow

I am using JCIFS SMB client as follows: NtlmPasswordAuthentication authentication = new NtlmPasswordAuthentication(domain,username,password) String sourcePath = "smb://175.25.14.1/apps\$/Data/" ...
0
votes
0answers
32 views

uploading big files from c# with HttpWebRequest(AllowWriteStreamBuffering=false) to a java server using NTLM via JCIFS

I am using the following code to upload files. it works with sharepoint but fails with java webapp using JCIFS. the problem is that JCIFS send back a message to the client which is not allowed with ...
0
votes
0answers
8 views

Getting nca_proto_error/DCERPC_FAULT_PROTO_ERROR when using JCIFS to communicate with a remote Windows Instance

I am currently trying to do something similar to PSExec but entirely in Java. I think my problem isnt directly relate to actually what I am doing, but how. Currently I am trying to implement the ...
0
votes
0answers
66 views

SMB file read thread locked

I have java application which read remote file using SMB protocol (jcifs library) periodically with specific interval (for ex. 5 mins) from last read offset. Each time, it do connection and read the ...
0
votes
1answer
71 views

How can I get user logon name in web application (in GWT) when I logged using Active Directory?

At first, sorry for my english :P What I need? In my Web Application (I write in GWT, but can be JSP) I just need show Label: "Hi, John", where "John" is a user logon name, using Active Directory. ...
0
votes
0answers
57 views

jCIFS 1.3.17 negotiation without password fails

We have an older jCIFS-based NTLM negotiation that fails under Windows 7, and tried to upgrade to the latest jCIFS 1.3.17 to support NTLM v2. However, it seems to be broken with regards to how it uses ...
0
votes
1answer
134 views

Android JCIF SMB

I'm working with Smb in the Android SDK. I have the next code: public AuthListFiles() throws Exception { 1 SmbFile file = new SmbFile("smb://DOMAIN;USER:PASS@ROUTE"); 2 SmbFile[] ...
0
votes
0answers
61 views

SMBException in SMB file access, while UNC access is successful

my code try to verify if file exists on remote machine with SMB path, and get SMBException (network unreachable). but when I take the SMB path and convert it to UNC path I reach the file. I set the ...
0
votes
0answers
349 views

access to file using Java with Samba JCIFS

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. there is a share in this server: ...
0
votes
0answers
49 views

Java application inherits permission access of the user

I have developed an application which one of its task is accessing to a remote configuration file stored as a shared resource in a windows system. I used Java and JCIFS library for implementing the ...
0
votes
2answers
51 views

Concurrency accessing a shared resource

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 ...
0
votes
1answer
38 views

Is it possible to use JCFIS without registering a protocol handler for “smb”?

I have not had much luck in finding a direct answer, but i do hope to get round to trying jcfis in a few days time. For those that are interested, and in the interest of completeness, JCFIS is a ...
0
votes
1answer
327 views

use jcifs in android

When I use these code in PC,it runs fine. SmbFile root=null; root=new SmbFile("smb://10.20.137.155"); But the same code in android , it throws exception,why? Can anyone help me?
0
votes
0answers
366 views

How to launch Samba Explorer (Android) from source code?

I have difficulties in lunching this Samba Explorer on Android. It's open source, so I have its source code, I've created a project, put all java files in package, created corresponding layouts (not ...
0
votes
1answer
130 views

jcifs login order

I am using samba jcifs api to access windows shares from a java program,I successfully login with this string "smb://a.com;administrator:password@10.0.0.89/shared/" after i change domain to an ...
0
votes
1answer
123 views

How to efficiently verify existence of large volume of files using JCIFS library?

I have a process that reads database to gather the server and path information of about 200,000 files (and growing). I used JCIFS library to check if the file exists on the designated location one at ...
0
votes
2answers
379 views

JCIFS, Android, and getbyname

Well, tried the following bit of code: import jcifs.netbios.NbtAddress; ... try{ NbtAddress addr = NbtAddress.getByName("Base"); }catch ...
0
votes
1answer
291 views

What is the jcifs.smb.client.username property exactly used for?

I'm using the JCIFS library to implement Single Sign-On with the NTLMv1 Method. THis is working fine. But now i'm trying to find out, why do i have to specify a username in the configuration of the ...
0
votes
1answer
102 views

Adding IPv6 support for JCIFS client

I have client written using JCIFS library. Now I need to support IPv6. But JCIFS does not support. What direction should I take please guide me.
0
votes
1answer
456 views

spring ntlmV2 not support

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? ref: ...
0
votes
1answer
137 views

GWT, jcifs, and multiple prompting for login

We have a gwt app that uses jcifs to pull the user name from our NT domain. Here is a clip of our web.xml: <filter> <filter-name>NtlmHttpFilter</filter-name> ...
0
votes
2answers
2k views

JCIFS NTLM Authentication for HTTP Connections on GlassFish (or any servlet container)

I've created a Java class that connects to an IIS website requiring NTLM authentication. The Java class uses the JCIFS library and is based on the following example: Config.registerSmbURLHandler(); ...
0
votes
1answer
1k views

NtlmSsp vs kerberos

can anyone elaborate the different? i'm currently using ntlmssp.authenticaten ( jcifs) but seems not able to do getPassword(). it's always return null
0
votes
1answer
583 views

jcifs.smb.NtlmPasswordAuthentication getPassword() null

i trying to do integrating with AD with jcifs. each time i do getPassword(), i get null. as I am using WMA. each time firefox will prompt for username/password . how to get the password entered by ...
0
votes
3answers
268 views

IE Securty Zone Issues

I'm developing a website which will be used in the corporate intranet which uses JCIFS and NTLM to automatically authenticate the users without asking them to log on. Everything seems to be working ...