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.
我正在编写一个服务器/客户端程序,它与文件夹(文件夹 A 和文件夹 B,以及它们的子文件夹)进行比较。我希望能够比较我计算机中的文件夹以及远程文件夹。
因此,我将实现一个通信协议,它发送文件夹及其子文件夹的名称,以便我可以重建层次结构。
将 java 的File类用于远程文件夹会更好吗?还是我应该继续编写自己的小文件和文件夹类?
谢谢!