编程语言
首页 > 编程语言> > Java 使用jcifs读写共享文件夹报错jcifs.smb.SmbException: Failed to connect: 0.0.0.0<00>/10.1.*.*

Java 使用jcifs读写共享文件夹报错jcifs.smb.SmbException: Failed to connect: 0.0.0.0<00>/10.1.*.*

作者:互联网

Q:使用jcifs读写Windows 10 共享文件夹中的文件报jcifs.smb.SmbException: Failed to connect: 0.0.0.0<00>/10.1.*.*

A:Windows 10启用 SMB1.0

因为jcifs仅支持SMB1.0,像 SMB2/3都不再支持,不过官网也提供了其它可以参考使用的库。

看下JCIFS官网,就一目了然了

标签:10.1,jcifs,0.0,Failed,报错,connect,官网
来源: https://www.cnblogs.com/mayhot/p/15062833.html