Top "Jcifs" questions

JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java.

How to access share folder in windows through android and read files

I need to connect from my Android phone to a Windows PC share and access files. I saw some sample …

android samba jcifs
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. …

java samba jcifs windows-share
Alternatives for JCIFS NTLM library

Are there any alternatives for JCIFS NTLM library?

java ntlm jcifs josso
Android ServerSocket programming with jCIFS streaming files

I've got a bit of an issue and I've been asking regarding it quite a few times, but I think …

android serversocket smb jcifs
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 …

jcifs
JCIFS SmbException

I am trying to access a shared folder in my company network via JCIFS. But when i try to list …

smb jcifs
SMB or WebDAV protocol?

I am trying to understand the differences between WebDAV and SMB. What are the advantages and disadvantages of both and …

webdav smb jcifs cifs
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 (…

java android smb jcifs
Accessing Files using Java with Samba JCIFS

I am writing an android app to access a windows share using the JCIFS samba library but I am receiving …

java android smb jcifs
Transferring file from local machine to server in WinSCP using Java

I want to write a notepad file and upload it to a WinSCP path. I used to create those files …

java scp jsch winscp jcifs