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.
我想更新位于通过 java (jcifs) 访问的远程计算机 (samba) 上的文件的最后访问时间。
我该怎么做?
我能够为远程文件创建 SmbFile 对象,但不能创建 java.io.File 对象。
任何帮助/指针将不胜感激。