Registry / networking / jcifs
library1.3.17javamavenunverified

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

<dependency> <groupId>jcifs</groupId> <artifactId>jcifs</artifactId> <version>1.3.17</version> </dependency>
INSTALL
IMPORT
SIG · JCIFS
J
jcifs
networkingjavav1.3.17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SmbFile
✓ jcifs.smb.SmbFile

Demonstrates basic SMB file access using SmbFile.

import jcifs.smb.SmbFile; public class Example { public static void main(String[] args) throws Exception { SmbFile file = new SmbFile("smb://server/share/file.txt"); System.out.println(file.exists()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.17latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jcifs — mvn dependency:get jcifs · libregistry