서버상태, httpclient 수정

This commit is contained in:
Moon
2026-01-22 12:34:53 +09:00
parent c70abbdb6d
commit 690e166d49
6 changed files with 116 additions and 133 deletions

View File

@@ -439,6 +439,7 @@ public class FIleChecker {
String parentPath = path.getParent().toString();
String fullPath = path.toAbsolutePath().toString();
File file = new File(fullPath);
long fileSize = file.length();
String lastModified = dttmFormat.format(new Date(file.lastModified()));