From 2d15a4c3a6db2fead38e2f224d59e27e2bce1e52 Mon Sep 17 00:00:00 2001 From: xc Date: Sun, 28 Sep 2025 11:28:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=8D=95=E8=AF=8D=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scagent/core/FileRpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scagent/core/FileRpc.go b/scagent/core/FileRpc.go index c60a6ab..7bd14f6 100644 --- a/scagent/core/FileRpc.go +++ b/scagent/core/FileRpc.go @@ -113,7 +113,7 @@ func clientUploadFile(remote string, filePath string, uploadPath string) { } // 传输文件 -func transferFile(client *UpFileClient, filePath string, uploadPath string) error { +func transferFile(c *UpFileClient, filePath string, uploadPath string) error { // 发送文件信息 fmt.Printf("TransferFile filePath: %s, uploadPath: %s\n", filePath, uploadPath)