Browse Source

修正单词错误

master
xyiege 4 months ago
parent
commit
2d15a4c3a6
  1. 2
      scagent/core/FileRpc.go

2
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)

Loading…
Cancel
Save