Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能让我知道将文件夹/文件从文件共享复制到我的本地计算机的 SMBJ API 是什么?
另外,如果可能的话,我能得到一个同样的例子吗?
从 中获取文件后DiskShare,您可以调用File.getInputStream(),并将字节复制到本地,java.io.FileOutputStream就像在 Java 中使用常规文件副本一样。
DiskShare
File.getInputStream()
java.io.FileOutputStream