|
@@ -100,7 +100,7 @@ public class ViewController extends Controller {
|
|
|
// for (Object object : array) {
|
|
|
// JSONObject jsonObject = JSON.parseObject(object.toString());
|
|
|
// String[] strings = jsonObject.getString("Path").split("\\\\");
|
|
|
- dService.downloadFtpFile("\\\\172.103.32.8\\datacenterf\\20241118\\100434012.img", "100434012.img");
|
|
|
+ dService.downloadFtpFile("datacenterf\\20241118\\00434012.img", "100434012.img");
|
|
|
// }
|
|
|
this.renderJson("succ");
|
|
|
|