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 程序查找删除机器的总磁盘空间和可用空间的简单解决方案。
请帮忙
更新 已经有与此类似的问题,主要集中在本地机器上。我正在寻找远程机器的解决方案。
获取远程机器信息的最简单方法也是安全的方法是从 Java SSH 到服务器并从中获取必要的信息。
使用JSch 库进行与服务器的 SSH 连接。
例如看这里