JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java.
0
votes
0answers
19 views
Odd behavior in IE8
I have a JSF application on a development server. It uses jcifs for authentication. I can get to the index page with Chrome and Firefox but not with IE8. With IE8, I get "Webpage Canot be ...
0
votes
0answers
5 views
Using jcifs to list nodes on network
I've seen several Android applications being able to list nodes on "Network neighbourhood". Besides very cryptic info here:
https://lists.samba.org/archive/jcifs/2011-June/009631.html
I couldn't ...
0
votes
0answers
16 views
Unable to connect server using jcifs
I have a server over which users will be authenticated over Active directory. I could not logon with the same username and password in jcifs.
Any Suggestion ?
Samrat
0
votes
0answers
56 views
jcifs.smb.SmbException: Failed to connect to server
My Application is uploading content on cloud . It uses UNC , FTP , SSH protocol to listen file and then upload on specified cloud .
I am using samba to connect with UNC server. My application run in ...
0
votes
0answers
15 views
JCIFS | UnknownHostException
I am trying to use JCIFS library for reading files from a windows machine. There are around 5k files in the folder. It works fine for some time but then i start getting "jcifs.smb.SmbException: Failed ...
0
votes
1answer
89 views
Jcfis jcifs.smb.SmbException: Access is denied
i have a problem when i try to move a file to a shared folder in win xp.
My code is the next
import jcifs.smb.SmbFile;
import jcifs.smb.SmbFileOutputStream;
import java.io.File;
import ...
0
votes
0answers
24 views
jcifs library for ntlmv2 failing after sharepoint upgrade
I was able to successfully autehnticate using NTLMV2 for my sharepoint link (using jcifs library jcifs-1.3.17). But when the sharepoint server was upgraded to 2010 , I am facing the below issue in ...
0
votes
1answer
35 views
SAXException with respect to JCIFS
In a functionality I framed a logic to read values from an uploaded xml file which is located in a remote protect share folder using JCIFS' SmbFile concept as follows:
String JAXP_SCHEMA_LANGUAGE = ...
0
votes
2answers
145 views
Connecting to PC to view shared folders from Android device
I am working on a samba client for Android. Given an IP address it should connect to it and browse the shared folders.
For this I use JCIFS. I dropped the jar in my Android project and added ...
0
votes
1answer
26 views
How can you tell where a particular instance of JCIFS is running?
At my company, I have been getting locked out of my Windows account every morning for over a year. The company IS keeps telling me that a computer with the name jcifs3_188_b5 is pushing a bad password ...
0
votes
0answers
308 views
SMB Exception 'The parameter is incorrect' when connecting with jcifs to Samba 4
I used jcifs to connect to a samba drive for a long time. Since the samba server got updated and uses Samba 4 now, it fails to connect with the error message The parameter is incorrect. The network ...
0
votes
1answer
459 views
How to copy file from SMB share to local drive not in domain with JCIFS
I'm trying to copy some remote files to the local drive, in Java, using JCIFS.
The remote machine is inside a domain. The local machine is not in a domain.
The following code works, but it's really ...
0
votes
1answer
115 views
JCIFS VerifyError Illegal use of nonvirtual function call
I use jcifs-1.3.17 library to check some files on shared folder. One week ago i found that my code doesn't work properly. I've got 500 server error with folowing:
(class: ...
0
votes
0answers
58 views
How to set up a DosFileFilter in JCIFS with multiple extensions as wildcard?
In order to use some files from a network shared folder I'm moving to JCIFS. So far I've done the following as a test to list the files I need (taken from this example)
public class ...
0
votes
2answers
379 views
Slow file listing with jCIFS on Windows
jCIFS is a great library for connecting to SMB shares on Android, and it works excellently with almost all setups I've tested with.
I do, however, experience incredibly slow performance when using ...
0
votes
2answers
734 views
Write/upload a file using Samba/JCIFS issue (SmbAuthException: Access is denied)
So i'm trying to write a file from android device to windows shared folder. I'm using latest version of JCIFS and code which displays available network shares works fine. So I assume everything is ok ...
1
vote
1answer
213 views
Trying to use jcifs smbFile
This is a repeat of a question I posted last month that I still haven't resolved. I'm trying to use jcifs in an Android app to talk to my Windows computer, but the app aborts without an error ...
0
votes
1answer
161 views
Get hostname from ip with JCIFS
I'm trying to understand how to get the name of a computr on my lan given the IP address with JCIFS but I can't get anything but its IP.
The code I'm using is
InetAddress addr = ...
0
votes
0answers
168 views
Getting jcifs.smb.SmbException: The handle is invalid while copying products
I have written code to copy .dmg,.exe files from a smb server in java. I am using JCIFS library to copy the products, while it is working fine while copying dmg files, it is returning a strange error ...
0
votes
0answers
273 views
Java JCIFS access to OPENELEC share
I'm currently trying to get a connection from java through the JCIFS library top my samba share on my media center running openelec..
I have no problem accessing the share through explorer or ...
1
vote
0answers
62 views
JPEGTranscoder with JCIFS
I have referred the following link to convert SVG file to JPEG:
http://xmlgraphics.apache.org/batik/using/transcoder.html
And following is the sample example I have tried:
import java.io.*;
...
0
votes
0answers
116 views
How to open a file by clicking a link from a jsp which is in a protected share folder?
I have tried to write a file on a protected share folder using JCIFS (SmbFile) concept. Following is the code snippet that I've tried and successfully write a file on a protected folder:
String ...
0
votes
1answer
93 views
tomcat 7 accessing mapped drive
I am aware that similar problems are asked frequently. But the solutions do not work form me. I did try jcifs.jar (version 1.3.17). Here I found that it is extremly slow and for some reason simply ...
0
votes
1answer
145 views
Using Java to query Active Directory to find available CIFS shares
Here is the scenario:
I have several CIFS partitions which AD-based users can mount and use to access their files etc.
Now we have a requirement to expose this to users via Java-based Web ...
0
votes
0answers
48 views
Print file from an Android client to a Microsoft server
I'm sort of writing my first application on Android.
I want to print a file from my Android device through Microsoft server.
I know that the server uses the SMB protocol, and hence I'm trying to use ...
2
votes
0answers
104 views
Executing a query on a remote sqlite database via JCIFS
For an Android project of mine I have to access an SQLite Database somewhere on a shared Windows Workgroup. Other (desktop) applications also make use of this database.
Now I managed to access this ...
2
votes
1answer
90 views
Video playback from windows share(JAVA)
i need to play video file from windows share. I'am using jcifs for access to share with predefined login and password.
All the media players that I've tried(vlcj, javaFX media package) can play ...
0
votes
1answer
1k views
How to copy file from smb share to local drive using jcifs in Java?
Could anybody help me to copy file from shared folder to local drive? My code is:
import jcifs.smb.NtlmPasswordAuthentication;
import jcifs.smb.SmbFile;
import jcifs.smb.SmbFileInputStream;
import ...
0
votes
0answers
127 views
Android Smb directory list force close
This is a weird problem I have here. I am using SmbFile from jcifs suite in with my android app. I have done this plenty of times. I currently debug most of my apps with a Droid X but just recently ...
0
votes
0answers
257 views
SmbFile.listFiles(wildcard) throws SmbException when there is no match
SmbFile.listFiles with wild card throws SmbException when there is no match:
public SmbFile[] listFiles(java.lang.String wildcard) throws SmbException
Here is my code:
SmbFile f = new ...
3
votes
3answers
357 views
Trying to implement jcifs and UniAddress and getting NoClassDefFoundError?
I am using JCIFS (http://jcifs.samba.org/). My code is simple and taken from the Login.java example:
import jcifs.*;
import jcifs.smb.*;
public class netp {
public static void main( String ...
0
votes
0answers
75 views
Filtering System files while acessing shared location via SMB protocol
I am using jcifs SMB - API to get the shared files available at machine which is found in my network. I am using NtlmPasswordAuthentication for providing log in ...
0
votes
1answer
203 views
Code working on PC, not on phone
I'm trying to fetch a list of files from a Windows share with jCIFS library. I have the following code from the examples from the jCIFS site.
try {
String p = ...
0
votes
0answers
138 views
android : NTLM authentication web service call throwing uncaught exception
boolean retVal=false;
RedirectHandler customRedirectHandler ;
HttpPost httppost ;
HttpResponse httpresponse;
try
{
httppost = new HttpPost(siteUrl);
...
1
vote
1answer
196 views
DFS and SMB(jcifs) Issue in java
We are trying to create directory on DFS Share using jcifs in java.
DFS on server1 :
DOMAIN/Root/path1 from server1 smb store
DOMAIN/Root/path2 from ...
0
votes
0answers
143 views
resume file download in android using jcifs?
I am using jcifs to connect my android phone to windows share folder. I am able to download the files from windows share folder. I want to resume the download if network connection drops.
can anybody ...
1
vote
0answers
851 views
Android: SMB file access crashing
I am trying to log on to my windows server to download a file using jcifs. The app works fine on my android 2.2 phone and an old 2.3 tablet. I just purchased a Le Pan II which I upgraded to 4.0.3. ...
0
votes
1answer
130 views
NoClassDefFoundError using jcifs library
I have a Meven project (ejb container) where I need to use the jcifs library.
I made the entries in pom.xml like:
<dependency>
<groupId>jcifs</groupId>
...
1
vote
1answer
507 views
How do I use JCIFS with apache VFS to access an SMB URL?
I am trying to access a folder on my local computer using an smb URL.
my project is using the jars: commons-vfs2-2.0.jar and jcifs-1.3.17.jar (and all the other required jars).
The code in it's ...
1
vote
2answers
1k views
Using SMB protocol in URL while using JCIFS library on Android
I'm using JCIFS in my new Android project. Somehow I've decided to use URL class to generalized the file path (so I can add more protocol later). What I did is as below
URL url = new ...
0
votes
4answers
2k views
jcifs.smb.SmbAuthException: Logon failure: unknown user name or bad password.
planning to read a file over a Windows from Ubuntu in Java using jcifs.Tried a simple approach using:
String user = "mydomain;myuser:mypassword";
NtlmPasswordAuthentication auth = new ...
0
votes
0answers
214 views
Rejecting re-init on previously-failed class - what does this error mean?
I'm getting this error in Android when trying to run an Adobe AIR application that uses an ANE (Adobe Native Extension) (that I wrote) which uses jcifs.
At the very moment where my ActionScript tries ...
0
votes
0answers
143 views
Display Logged in user name without AJAX call
I am developing a simple rest based spring application and trying to keep UI and REST services as a separate directory but both deployed under same tomcat instance. REST services returns JSON as ...
1
vote
2answers
1k views
JCIFS: file retrieval is too slow to be usable
I was just testing JCIFS for accessing Windows shares. It is very slow to the point of being completely unusable.
import jcifs.smb.*;
class First {
public static void main(String[] args) throws ...
1
vote
2answers
312 views
android fatal exception for class not found errors
In the previous question ive asked, ive put all the necessary catch statements to find the exception. here is another one. i am posting the questions with exceptions, because it is easy to find an ...
2
votes
1answer
352 views
java fatal exception for android program
i got the following exception when i run the code below. this is an android code, to access remote windows pc. it is used for download, upload and delete.when i run this code its throwing verification ...
0
votes
1answer
1k views
jcifs.smb.SmbException: Access is Denied. exception for smb directories
In the below code statement:
SmbFileInputStream din==new SmbFileInputStream(src);
i am trying to create a SmbFileInputStream object. This will works fine if SmbFile 'src' is a file, but if 'src' is ...
1
vote
1answer
442 views
VerifyError when using jCIFS in Android
I'm attempting to use the jCIFS version 1.3.17 JAR file in my Android app. The application compiles correctly and deploys to my phone. When my application tries to use the jCIFS library I receive the ...
1
vote
1answer
721 views
NoClassDefFound exception while using jcifs library on android 2.3
I am using jcifs-1.3.17.jar library in my android application.
Following piece of code works well on android 1.6 simulator but fails on 2.3 and 3.0.
Get following warning in logcat of 2.3 simulator ...
0
votes
0answers
2k views
Android: Working, simple example of using jcifs to access a windows share
Does anyone have a simple (preferably), comfirmed working example of connecting to a windows share using jcifs in Android? I realize it's a very basic question, but I have been trying everything I ...
