🔨 优化 sftp 回调逻辑.

This commit is contained in:
lijiahang
2024-02-12 00:49:05 +08:00
parent c723eb4ac3
commit 7926f304ff
4 changed files with 42 additions and 18 deletions

View File

@@ -72,7 +72,7 @@ public enum InputTypeEnum {
*/
SFTP_LIST("ls",
SftpListHandler.class,
new String[]{"type", "sessionId", "path"},
new String[]{"type", "sessionId", "showHiddenFile", "path"},
SftpListRequest.class),