sftp 操作日志.

This commit is contained in:
lijiahang
2024-02-23 18:20:48 +08:00
parent 471f149a04
commit f8e96a6b54
45 changed files with 442 additions and 151 deletions

View File

@@ -37,4 +37,8 @@ public interface ExtraFieldConst extends FieldConst {
String CONNECT_TYPE = "connectType";
String HOST_ID = "hostId";
String HOST_NAME = "hostName";
}

View File

@@ -41,4 +41,10 @@ public interface FieldConst {
String TOKEN = "token";
String PATH = "path";
String ADDRESS = "address";
String MOD = "mod";
}