从远程/终端PC的文件夹位置读取文件

时间:2018-06-07 06:44:16

标签: java nio nosuchfileexception

我在服务器中部署了一个Java Web应用程序[即10.99.99.45]。

我从终端PC发送文件夹位置[即192.168.98.11]

在应用程序中我读取了文件夹中包含的所有文件。

如果请求从10.99.99.45发送,一切都好,但是 如果来自192.168.98.11异常捕获的请求

Expected '===' and instead saw '=='. (eqeqeq) Avoid nesting promises. (promise/no-nesting) Each then() should return a value or throw (promise/always-return) //在终端PC中

location = "E:\MisJob\CMIS\MONITOR_April_2018_error"

我应该将remoteHost IP用于文件夹位置还是?

0 个答案:

没有答案