Browse Source

修正目标filepath参数

master
xyiege 2 months ago
parent
commit
ab232a3988
  1. 2
      scalib/main.go

2
scalib/main.go

@ -134,7 +134,7 @@ func transferFile(c *UpFileClient, curPath string, uploadPath string) error {
// 发送文件块
err = c.rpcClient.Call("UpFileService.SendFileChunk", FileChunk{
Data: buffer[:n],
FileName: fileName,
FileName: uploadPath,
Offset: offset,
IsLast: isLast,
}, &reply)

Loading…
Cancel
Save