|
@ -219,7 +219,7 @@ func genFileCopyTask(fileOrDir string, destPath string, fileCopyTaskChan chan Fi |
|
|
|
|
|
|
|
|
fileCopyTaskChan <- FileCopyTask{ |
|
|
fileCopyTaskChan <- FileCopyTask{ |
|
|
sourceLocation: fileOrDir, |
|
|
sourceLocation: fileOrDir, |
|
|
destinationUrlPath: destPath,//+fi.Name(),
|
|
|
|
|
|
|
|
|
destinationUrlPath: destPath, |
|
|
fileSize: fi.Size(), |
|
|
fileSize: fi.Size(), |
|
|
fileMode: fi.Mode(), |
|
|
fileMode: fi.Mode(), |
|
|
uid: uid, |
|
|
uid: uid, |
|
|