`

The Java CIFS Client Library

 
阅读更多

 

http://jcifs.samba.org/

 

JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java. CIFS is the standard file sharing protocol on the Microsoft Windows platform (e.g. Map Network Drive ...). This client is used extensively in production on large Intranets.

  • 大小: 15.8 KB
分享到:
评论

相关推荐

    jcifs API开发文档、jar包等

    jcifs (Java CIFS Client Library) 是一个开源的 Java 库,它实现了客户端接口文件系统(Client Interface File System, CIFS),也称为 SMB 协议,允许 Java 应用程序访问网络共享资源,如 Windows 文件服务器或 ...

    cifs上传下载

    把本地文件上传到远程主机、下载远程主机上的文件到本地、删除远程文件、重命名远程文件、新建远程目录以及删除远程目录

    Java对Samba进行上传与下载文件-jcifs

    jcifs全称Java CIFS Client Library,它是基于SMB协议的Java实现,允许Java应用在没有操作系统级别的依赖下访问SMB网络资源。jcifs提供了一系列的类和接口,如NtlmPasswordAuthentication用于身份验证,SmbFile用于...

    jcifs_java_implement_cifs

    jcifs_java_implement_cifs jcifs_java_implement_cifs jcifs_java_implement_cifs jcifs_java_implement_cifs jcifs_java_implement_cifs jcifs_java_implement_cifs

    [MS-CIFS].zip_MS CIFS_MS-CIFS_cifs 原理_cifs工作原理_soonzoh

    **Microsoft CIFS (Common Internet File System) 原理与实现** CIFS(Common Internet File System)是基于SMB(Server Message Block)协议的一种网络文件共享协议,主要用于Windows操作系统环境中的文件和打印机...

    cifs cifs 协议

    ### CIFS (Common Internet File System) 协议详解 #### 一、CIFS协议概述 CIFS(Common Internet File System)是一种网络文件共享协议,它允许用户通过网络访问远程计算机上的文件并请求文件服务。该协议是SMB...

    Implementing CIFS - pdf

    《Implementing CIFS》这本书是关于实施Common Internet File System (CIFS)协议的权威指南,CIFS是一种广泛使用的网络文件共享协议,特别是在Windows环境中。该书深入探讨了CIFS的各个方面,包括其工作原理、配置、...

    Prentice.Implementing.CIFS.The.Common.Internet.File.System.eBook-LiB.chm

    Implementing CIFS not only delivers the priceless knowledge of a Samba Team member dedicated to investigating the inner workings of CIFS, it also identifies and describes crucial specifications and ...

    Implementing CIFS

    【标题】"Implementing CIFS" 是一个关于实施Common Internet File System(CIFS)的专题,CIFS是一种广泛用于在局域网和互联网上共享文件的协议。此主题涵盖的内容通常涉及网络文件系统的设计、配置和优化,尤其...

    java读取局域网共享机器文件

    Java不直接支持Windows身份验证,但可以通过`jcifs`库(Java CIFS Client)来实现。jcifs提供了`jcifs.smb.SmbFile`类,它可以处理网络路径和身份验证。 4. **使用jcifs库**:jcifs库是Java的一个第三方库,它实现...

    超详细!java访问windows共享目录并下载文件

    在Java中,可以使用开源库如jcifs(Java CIFS client)来直接处理SMB协议。`SmbUtils.java`可能实现了这样的功能,它能创建SMB连接,无密码访问或者通过提供凭证进行身份验证。 3. **文件流下载**: - 在获取到...

    java访问共享文件

    在Java中,可以使用开源库如jcifs(Java CIFS Client)来处理SMB/CIFS协议。jcifs库提供了SmbFile类,它类似Java的File类,可以用来创建、删除、重命名和读写共享文件。下面是一些关键知识点: 1. **jcifs库的引入*...

    netapp存储配置练习_CIFS

    ### NetApp 存储配置与 CIFS 深度解析 #### 一、CIFS —— 全球互联网文件系统概览 ##### 1.1 定义 CIFS(Common Internet File System),即通用互联网文件系统,是基于微软开发的 SMB(Server Message Block)...

    jcifs-1.3.17

    JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java. CIFS is the standard file sharing protocol on the Microsoft Windows platform .This client is used ...

    Common Internet File System (CIFS)协议

    A copy of the license agreement that is required for users who want to implement the CIFS Technical Reference. Document Conventions A description of document conventions used throughout the protocol ...

    Implementing CIFS - The Common Internet File System

    文档《Implementing CIFS - The Common Internet File System》详细介绍了CIFS协议的概念、架构以及实施方法。该文档以非印刷版的形式呈现,由多个分片的PDF文件组成一个完整的文档,提供了对CIFS/SMB协议的全面分析...

    alfresco-jlan-4.0.zip_Alfresco JLAN_CIFS_Jlan.jar_alfresco-jlan_

    《Alfresco JLAN:Java实现的CIFS服务器服务》 Alfresco JLAN是一款基于Java语言实现的CIFS(Common Internet File System)服务器服务,它与Alfresco企业内容管理系统紧密集成,提供了强大的文件共享和协作功能。...

    java共享文件(windows).rar

    然而,Java标准库并未直接支持SMB协议,需要依赖第三方库,如jcifs(Java CIFS Client)或jcifs-ng,它们提供了SMB接口以访问共享文件。 3. **jcifs库的使用**:jcifs库(或jcifs-ng)允许Java程序以SMB协议连接到...

    [MS-CIFS].rar_CIFS_MS-CIFS_MS-CIFS pdf_SMB_ms-cifs.pdf

    **Microsoft Common Internet File System (CIFS) 协议详解** CIFS(Common Internet File System),全称为微软通用互联网文件系统,是一种广泛应用于Windows操作系统中的网络文件共享协议。它基于早期的Server ...

    iSCSI,CIFS,NFS协议的性能评测

    ### iSCSI、CIFS、NFS协议的性能评测及应用分析 #### 一、引言 随着信息技术的发展,网络存储技术成为了数据管理和共享的重要手段。在网络存储领域中,主要存在两种类型的文件传输方式:数据块级I/O访问(Block I/O...

Global site tag (gtag.js) - Google Analytics