gpt4 book ai didi

Java-WatchService另一台机器文件夹

转载 作者:太空宇宙 更新时间:2023-11-04 14:12:28 25 4
gpt4 key购买 nike

有没有办法使用 IP 地址在另一台机器上使用监视文件更改?

目前我的代码是:

WatchService ws = FileSystems.getDefault().newWatchService();

路径 d = FileSystem.getDefault().getPath(System.getProperty("user.dir"),"");
WatchKey wk = dir.register(ws, .... , ...);

无论如何,更改 Path 变量以指向另一个 IP 中的文件夹。即192.168.123.123?

最佳答案

您可以尝试按照上面注释中所写的使用 IP 设置路径。但要小心,因为 Watch Service 不支持监视远程系统。

来自WatchService javadoc

If a watched file is not located on a local storage device then it is implementation specific if changes to the file can be detected. In particular, it is not required that changes to files carried out on remote systems be detected.

关于Java-WatchService另一台机器文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28146397/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com