-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathmain.go
762 lines (676 loc) · 20.5 KB
/
main.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
package main
import (
"context"
"encoding/json"
"errors"
"flag"
"fmt"
"io"
"io/fs"
"log"
"net"
"net/http"
"net/url"
"os"
"os/signal"
"path/filepath"
"strconv"
"strings"
"syscall"
"time"
"github.com/eiannone/keyboard"
"github.com/orzogc/fake115uploader/cipher"
"github.com/valyala/fastjson"
)
// const tokenURL = "https://uplb.115.com/3.0/gettoken.php"
// const resumeURL = "https://uplb.115.com/3.0/resumeupload.php?isp=0&appid=0&appversion=%s&format=json&sig=%s"
// downloadURL = "https://webapi.115.com/files/download?pickcode=%s"
// sampleInitURL = "https://uplb.115.com/3.0/sampleinitupload.php"
const (
infoURL = "https://proapi.115.com/app/uploadinfo"
initURL = "https://uplb.115.com/4.0/initupload.php?k_ec=%s"
getinfoURL = "https://uplb.115.com/3.0/getuploadinfo.php"
listFileURL = "https://webapi.115.com/files?aid=1&cid=%d&o=user_ptime&asc=0&offset=0&show_dir=0&limit=%d&natsort=1&format=json"
listFileDirURL = "https://webapi.115.com/files?aid=1&cid=%d&o=user_ptime&asc=0&offset=0&show_dir=1&limit=100000&natsort=1&format=json"
downloadURL = "https://proapi.115.com/app/chrome/downurl"
orderURL = "https://webapi.115.com/files/order"
createDirURL = "https://webapi.115.com/files/add"
searchURL = "https://webapi.115.com/files/search?offset=0&limit=100000&aid=1&cid=%d&format=json"
appVer = "30.5.1"
userAgent = "Mozilla/5.0 115disk/" + appVer
endString = "000000"
aliUserAgent = "aliyun-sdk-android/2.9.1"
linkPrefix = "115://"
targetPrefix = "U_1_"
maxParts = 10000
)
var (
fastUpload *bool
upload *bool
multipartUpload *bool
configFile *string
saveDir *string
internal *bool
removeFile *bool
recursive *bool
verbose *bool
userID string
userKey string
config uploadConfig // 设置数据
result resultData // 上传结果
uploadingPart bool
errStopUpload = errors.New("暂停上传")
quit = make(chan struct{})
multipartCh = make(chan struct{})
proxyHost string
proxyUser string
proxyPassword string
httpClient = &http.Client{Timeout: 30 * time.Second}
ecdhCipher *cipher.EcdhCipher
)
// 设置数据
type uploadConfig struct {
Cookies string `json:"cookies"` // 115 网页版的 Cookie
CID uint64 `json:"cid"` // 115 里文件夹的 cid
ResultDir string `json:"resultDir"` // 在指定文件夹保存上传结果
HTTPRetry uint `json:"httpRetry"` // HTTP 请求失败后的重试次数
HTTPProxy string `json:"httpProxy"` // HTTP 代理
OSSProxy string `json:"ossProxy"` // OSS 上传代理
PartsNum uint `json:"partsNum"` // 断点续传的分片数量
}
// 上传结果数据
type resultData struct {
Success []string `json:"success"` // 上传成功的文件
Failed []string `json:"failed"` // 上传失败的文件
Saved []string `json:"saved"` // 保存上传进度的文件
}
// 要上传的文件的信息
type fileInfo struct {
Path string `json:"path"` // 文件路径
ParentID uint64 `json:"parentID"` // 要上传到的文件夹的 cid
}
// 检查错误
func checkErr(err error) {
if err != nil {
panic(err)
}
}
// 获取时间
func getTime() string {
t := time.Now()
return fmt.Sprintf("%d-%02d-%02d %02d-%02d-%02d", t.Year(), t.Month(), t.Day(), t.Hour(), t.Minute(), t.Second())
}
// 处理输入
func getInput(ctx context.Context) {
defer func() {
if err := recover(); err != nil {
log.Printf("getInput() error: %v", err)
}
}()
eventCh, err := keyboard.GetKeys(10)
checkErr(err)
for {
select {
case <-ctx.Done():
return
case event := <-eventCh:
checkErr(event.Err)
if string(event.Rune) == "q" || string(event.Rune) == "Q" || event.Key == keyboard.KeyCtrlC {
quit <- struct{}{}
return
}
}
}
}
func closeKeybord() {
ch := make(chan struct{}, 1)
defer close(ch)
go func() {
err := keyboard.Close()
if err != nil {
log.Printf("关闭 keyboard 出现错误:%v", err)
}
ch <- struct{}{}
}()
select {
case <-ch:
return
case <-time.After(5 * time.Second):
log.Println("关闭 keyboard 超时,强制退出")
os.Exit(1)
}
}
// 退出处理
func handleQuit() {
ch := make(chan os.Signal, 1)
signal.Notify(ch, os.Interrupt, syscall.SIGINT, syscall.SIGTERM, syscall.SIGQUIT)
select {
case <-ch:
case <-quit:
}
signal.Stop(ch)
signal.Reset(os.Interrupt, syscall.SIGINT, syscall.SIGTERM, syscall.SIGQUIT)
log.Println("收到退出信号,正在退出本程序,请等待")
if uploadingPart {
multipartCh <- struct{}{}
<-multipartCh
}
closeKeybord()
exitPrint()
if len(result.Failed) != 0 {
os.Exit(1)
}
os.Exit(0)
}
// 程序退出时打印信息
func exitPrint() {
defer func() {
if err := recover(); err != nil {
log.Printf("exitPrint() error: %v", err)
// 不保存上传结果
config.ResultDir = ""
exitPrint()
}
}()
if len(result.Success) == 0 && len(result.Failed) == 0 && len(result.Saved) == 0 {
log.Println("本次运行没有上传文件")
return
}
if config.ResultDir != "" {
resultFile := filepath.Join(config.ResultDir, getTime()+" result.json")
log.Printf("上传结果保存在 %s", resultFile)
data, err := json.MarshalIndent(result, "", " ")
checkErr(err)
err = os.WriteFile(resultFile, data, 0644)
checkErr(err)
}
fmt.Printf("上传成功的文件(%d):\n", len(result.Success))
for _, s := range result.Success {
fmt.Println(s)
}
fmt.Printf("上传失败的文件(%d):\n", len(result.Failed))
for _, s := range result.Failed {
fmt.Println(s)
}
fmt.Printf("保存上传进度的文件(%d):\n", len(result.Saved))
for _, s := range result.Saved {
fmt.Println(s)
}
}
// 进行 http 请求
func doRequest(req *http.Request) (resp *http.Response, err error) {
for i := 0; i < int(config.HTTPRetry+1); i++ {
resp, err = httpClient.Do(req)
if err == nil {
return resp, nil
} else if *verbose {
log.Printf("http 请求出现错误:%v", err)
}
}
return nil, fmt.Errorf("http 请求出现错误:%w", err)
}
// 获取 userID 和 userKey
func getUserKey() (e error) {
defer func() {
if err := recover(); err != nil {
log.Println("请确定网络是否畅通或者 cookies 是否设置好,每一次登陆网页端 115 都要重设一次 cookies")
e = fmt.Errorf("getUserKey() error: %v", err)
}
}()
req, err := http.NewRequest(http.MethodGet, infoURL, nil)
checkErr(err)
req.Header.Set("User-Agent", userAgent)
req.Header.Set("Cookie", config.Cookies)
resp, err := doRequest(req)
checkErr(err)
defer resp.Body.Close()
body, err := io.ReadAll(resp.Body)
checkErr(err)
var p fastjson.Parser
v, err := p.ParseBytes(body)
checkErr(err)
userID = strconv.Itoa(v.GetInt("user_id"))
userKey = string(v.GetStringBytes("userkey"))
if userID == "0" {
panic(fmt.Errorf("获取 userkey 出错,请确定 cookies 是否设置好"))
}
if *verbose {
log.Printf("userID和userKey的值分别是:%s %s", userID, userKey)
}
return nil
}
// 根据文件夹名字查找文件夹
func findDir(v *fastjson.Value, pid uint64, name string) (cid uint64, e error) {
list := v.GetArray("data")
for _, v := range list {
if v.Exists("fid") {
continue
}
parentID, err := strconv.ParseUint(string(v.GetStringBytes("pid")), 10, 64)
if err != nil {
continue
}
if parentID == pid && string(v.GetStringBytes("n")) == name {
cid, err = strconv.ParseUint(string(v.GetStringBytes("cid")), 10, 64)
if err != nil {
return 0, fmt.Errorf("查找文件夹 %s 失败:%v", name, err)
}
if *verbose {
log.Printf("文件夹 %s 已存在,cid:%d", name, cid)
}
orderFile(cid)
return cid, nil
}
}
return 0, fmt.Errorf("查找文件夹 %s 失败", name)
}
// 在 115 网盘指定文件夹里创建新文件夹
func createDir(pid uint64, name string) (cid uint64, e error) {
defer func() {
if err := recover(); err != nil {
e = fmt.Errorf("createDir() error: %v", err)
}
}()
form := url.Values{}
form.Set("pid", strconv.FormatUint(pid, 10))
form.Set("cname", name)
v, err := postFormJSON(createDirURL, form.Encode())
checkErr(err)
if v.GetBool("state") {
cid, err = strconv.ParseUint(string(v.GetStringBytes("cid")), 10, 64)
checkErr(err)
if *verbose {
log.Printf("成功创建文件夹 %s ,cid:%d", name, cid)
}
orderFile(cid)
return cid, nil
}
// 要创建的文件夹已经存在
if v.GetInt("errno") == 20004 {
reqURL, err := url.Parse(fmt.Sprintf(searchURL, pid))
checkErr(err)
query := reqURL.Query()
query.Set("search_value", name)
reqURL.RawQuery = query.Encode()
v, err := getURLJSON(reqURL.String())
// 请求有可能返回空 body
if err == nil {
cid, err = findDir(v, pid, name)
if err == nil {
return cid, nil
}
}
if *verbose {
log.Printf("搜索文件夹失败,改为直接查找文件夹:%v", err)
}
// 如果搜索的文件夹不存在,就直接查找
fileURL := fmt.Sprintf(listFileDirURL, pid)
v, err = getURLJSON(fileURL)
checkErr(err)
cid, err = findDir(v, pid, name)
if err == nil {
return cid, nil
}
}
return 0, fmt.Errorf("创建文件夹 %s 失败", name)
}
// 将 cid 对应文件夹设置为时间降序
func orderFile(cid uint64) {
orderBody := fmt.Sprintf("user_order=user_ptime&file_id=%d&user_asc=0&fc_mix=0", cid)
v, err := postFormJSON(orderURL, orderBody)
checkErr(err)
if !v.GetBool("state") {
panic(fmt.Sprintf("排序文件夹 %d 出现错误:%v", cid, v.GetStringBytes("error")))
} else if *verbose {
log.Printf("排序文件夹 %d 成功", cid)
}
}
// 读取设置文件
func loadConfig() (e error) {
defer func() {
if err := recover(); err != nil {
e = fmt.Errorf("loadConfig() error: %v", err)
}
}()
if _, err := os.Stat(*configFile); os.IsNotExist(err) {
log.Printf("设置文件不存在,新建设置文件 %s ,请先设置cookies", *configFile)
data, err := json.MarshalIndent(config, "", " ")
checkErr(err)
err = os.WriteFile(*configFile, data, 0644)
checkErr(err)
os.Exit(1)
} else {
data, err := os.ReadFile(*configFile)
checkErr(err)
if json.Valid(data) {
err = json.Unmarshal(data, &config)
checkErr(err)
} else {
panic(fmt.Errorf("设置文件 %s 的内容不符合json格式,请检查其内容", *configFile))
}
}
return nil
}
// 程序初始化
func initialize() (e error) {
defer func() {
if err := recover(); err != nil {
e = fmt.Errorf("initialize() error: %v", err)
}
}()
fastUpload = flag.Bool("f", false, "秒传模式上传`文件`")
upload = flag.Bool("u", false, "先尝试用秒传模式上传`文件`,失败后改用普通模式上传")
multipartUpload = flag.Bool("m", false, "先尝试用秒传模式上传`文件`,失败后改用断点续传模式上传,可以随时中断上传再重启上传(适合用于上传超大文件,注意暂停上传的时间不要太长)")
configFile = flag.String("l", "", "指定设置`文件`(json 格式),默认是程序所在的文件夹里的 fake115uploader.json")
saveDir = flag.String("d", "", "指定存放断点续传存档文件的`文件夹`,默认是程序所在的文件夹")
cookies := flag.String("k", "", "使用指定的 115 的`Cookie`")
cid := flag.Uint64("c", 1, "上传文件到指定的 115 文件夹,`cid`为 115 里的文件夹对应的 cid(默认为 0,即根目录)")
resultDir := flag.String("r", "", "将上传结果保存在指定`文件夹`")
noConfig := flag.Bool("n", false, "不读取设置文件,需要和 -k 配合使用")
internal = flag.Bool("a", false, "利用阿里云内网上传文件,需要在阿里云服务器上运行本程序")
removeFile = flag.Bool("e", false, "上传成功后自动删除原文件")
httpProxy := flag.String("http-proxy", "", "指定 HTTP`代理`")
ossProxy := flag.String("oss-proxy", "", "指定 OSS 上传使用的`代理`")
httpRetry := flag.Uint("http-retry", 0, "HTTP 请求失败后的`重试次数`,默认为 0(即不重试)")
recursive = flag.Bool("recursive", false, "递归上传文件夹")
partsNum := flag.Uint("parts-num", 0, "断点续传模式上传文件的`分片数量`,范围为 1 到 10000,默认为 0(即自动分片)")
verbose = flag.Bool("v", false, "显示更详细的信息(调试用)")
help := flag.Bool("h", false, "显示帮助信息")
flag.Parse()
if *configFile == "" {
path, err := os.Executable()
checkErr(err)
*configFile = filepath.Join(filepath.Dir(path), "fake115uploader.json")
}
if *saveDir == "" {
path, err := os.Executable()
checkErr(err)
*saveDir = filepath.Dir(path)
}
if !*noConfig {
err := loadConfig()
checkErr(err)
}
if flag.NFlag() == 0 {
log.Println("请输入正确的参数")
flag.PrintDefaults()
os.Exit(1)
}
if *help {
flag.PrintDefaults()
os.Exit(0)
}
if (*fastUpload && *upload) || (*fastUpload && *multipartUpload) || (*upload && *multipartUpload) {
log.Println("-f、-u 和-m 这三个参数只能同时使用其中一个")
os.Exit(1)
}
if *partsNum != 0 && !*multipartUpload {
log.Println("-parts-num 参数只支持断点续传模式")
os.Exit(1)
}
// 优先使用参数指定的分片数量
if *partsNum != 0 {
config.PartsNum = *partsNum
}
if config.PartsNum > maxParts {
log.Printf("分片数量不能大于%d", maxParts)
os.Exit(1)
}
// 优先使用参数指定的 Cookie
if *cookies != "" {
config.Cookies = *cookies
}
if config.Cookies == "" {
log.Printf("设置文件 %s 里的cookies不能为空字符串,或者用-k指定115的Cookie", *configFile)
os.Exit(1)
}
if *verbose {
log.Printf("Cookies的值为:%s", config.Cookies)
}
// 优先使用参数指定的 cid
if *cid != 1 {
config.CID = *cid
}
// 优先使用参数指定的文件夹
if *resultDir != "" {
config.ResultDir = *resultDir
}
if config.ResultDir != "" {
info, err := os.Stat(config.ResultDir)
checkErr(err)
if !info.IsDir() {
log.Printf("%s 必须是文件夹,请重新设置", config.ResultDir)
os.Exit(1)
}
}
// 优先使用参数指定的 HTTP 请求重试次数
if *httpRetry != 0 {
config.HTTPRetry = *httpRetry
}
// HTTP 代理,优先级 httpProxy > 设置文件 > http_proxy/https_proxy
*httpProxy = strings.TrimSpace(*httpProxy)
if *httpProxy == "" {
*httpProxy = strings.TrimSpace(config.HTTPProxy)
}
if *httpProxy != "" {
proxyURL, err := url.Parse(*httpProxy)
if err == nil {
httpClient.Transport = &http.Transport{
Proxy: http.ProxyURL(proxyURL),
DialContext: (&net.Dialer{
Timeout: 30 * time.Second,
KeepAlive: 30 * time.Second,
}).DialContext,
ForceAttemptHTTP2: true,
MaxIdleConns: 100,
IdleConnTimeout: 90 * time.Second,
TLSHandshakeTimeout: 10 * time.Second,
ExpectContinueTimeout: 1 * time.Second,
}
} else {
log.Printf("解析HTTP代理地址出现错误:%v", err)
}
}
// OSS 代理,优先级 ossProxy > 设置文件 > http_proxy > https_proxy
*ossProxy = strings.TrimSpace(*ossProxy)
if *ossProxy == "" {
*ossProxy = strings.TrimSpace(config.OSSProxy)
}
if *ossProxy == "" {
*ossProxy = strings.TrimSpace(os.Getenv("http_proxy"))
}
if *ossProxy == "" {
*ossProxy = strings.TrimSpace(os.Getenv("https_proxy"))
}
if *ossProxy != "" {
proxyURL, err := url.Parse(*ossProxy)
if err == nil {
proxyHost = "//" + proxyURL.Host
if proxyURL.User != nil {
proxyUser = proxyURL.User.Username()
if password, b := proxyURL.User.Password(); b {
proxyPassword = password
}
}
} else {
log.Printf("解析OSS代理地址出现错误:%v", err)
}
}
err := getUserKey()
checkErr(err)
if len(flag.Args()) != 0 && (*upload || *multipartUpload) {
orderFile(config.CID)
}
ecdhCipher, err = cipher.NewEcdhCipher()
checkErr(err)
return nil
}
func main() {
defer func() {
if len(result.Failed) != 0 {
os.Exit(1)
}
}()
go handleQuit()
err := initialize()
checkErr(err)
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
go getInput(ctx)
defer closeKeybord()
defer exitPrint()
files := make([]fileInfo, 0, len(flag.Args()))
cidMap := make(map[string]uint64)
for _, file := range flag.Args() {
file = filepath.Clean(file)
info, err := os.Stat(file)
if err != nil {
log.Printf("获取 %s 的信息出现错误:%v", file, err)
}
if info.IsDir() {
// 上传文件夹
if *recursive {
err = filepath.WalkDir(file, func(path string, d fs.DirEntry, err error) error {
if d == nil {
return fmt.Errorf("获取文件夹 %s 的信息出现错误,取消上传该文件夹:%w", path, err)
}
path = filepath.Clean(path)
if d.IsDir() {
// 等待一秒
time.Sleep(time.Second)
if err != nil {
log.Printf("获取文件夹 %s 的信息出现错误,取消上传该文件夹:%v", path, err)
return fs.SkipDir
}
if path == file {
var filename string
if path == "." {
abs, err := filepath.Abs(path)
if err != nil {
return fmt.Errorf("获取文件夹 %s 的绝对路径失败,取消上传该文件夹:%w", path, err)
}
filename = filepath.Base(abs)
} else {
filename = filepath.Base(path)
}
cid, err := createDir(config.CID, filename)
if err != nil {
return err
}
cidMap[path] = cid
return nil
}
pdir := filepath.Dir(path)
if pid, ok := cidMap[pdir]; ok {
cid, err := createDir(pid, d.Name())
if err != nil {
return err
}
cidMap[path] = cid
} else {
return fmt.Errorf("没有创建文件夹 %s ,取消上传 %s", filepath.Base(pdir), path)
}
} else {
if err != nil {
log.Printf("获取文件 %s 的信息出现错误,取消上传该文件:%v", path, err)
return nil
}
pdir := filepath.Dir(path)
if pid, ok := cidMap[pdir]; ok {
files = append(files, fileInfo{
Path: path,
ParentID: pid,
})
} else {
return fmt.Errorf("没有创建文件夹 %s ,取消上传 %s", filepath.Base(pdir), path)
}
}
return nil
})
if err != nil {
log.Printf("上传文件夹 %s 出现错误:%v", file, err)
continue
}
} else {
log.Printf("%s 是文件夹,上传文件夹需要参数 -recursive", file)
continue
}
} else {
files = append(files, fileInfo{
Path: file,
ParentID: config.CID,
})
}
}
for _, file := range files {
// 等待一秒
time.Sleep(time.Second)
file.uploadFile()
}
// 等待一秒
time.Sleep(time.Second)
}
// 上传文件
func (file *fileInfo) uploadFile() {
switch {
case *fastUpload:
_, err := file.fastUploadFile()
if err != nil {
log.Printf("秒传模式上传 %s 出现错误:%v", file.Path, err)
result.Failed = append(result.Failed, file.Path)
return
}
result.Success = append(result.Success, file.Path)
case *upload:
token, err := file.fastUploadFile()
if err != nil {
log.Printf("秒传模式上传 %s 出现错误:%v", file.Path, err)
log.Printf("现在开始使用普通模式上传 %s", file.Path)
err := ossUploadFile(token, file.Path)
if err != nil {
log.Printf("普通模式上传 %s 出现错误:%v", file.Path, err)
result.Failed = append(result.Failed, file.Path)
return
}
}
result.Success = append(result.Success, file.Path)
case *multipartUpload:
// 存档文件保存在设置文件所在文件夹内
saveFile := filepath.Join(*saveDir, filepath.Base(file.Path)+".json")
info, err := os.Stat(saveFile)
if os.IsNotExist(err) {
token, err := file.fastUploadFile()
if err != nil {
log.Printf("秒传模式上传 %s 出现错误:%v", file.Path, err)
log.Println("现在开始使用断点续传模式上传")
err := multipartUploadFile(token, file.Path, nil)
if err != nil {
if errors.Is(err, errStopUpload) {
return
}
log.Printf("断点续传模式上传 %s 出现错误:%v", file.Path, err)
result.Failed = append(result.Failed, file.Path)
return
}
}
result.Success = append(result.Success, file.Path)
} else {
if info.IsDir() {
log.Printf("%s 不能是文件夹", saveFile)
result.Failed = append(result.Failed, file.Path)
return
}
log.Printf("发现文件 %s 的上传曾经中断过,现在开始断点续传", file.Path)
err := resumeUpload(file.Path)
if err != nil {
if errors.Is(err, errStopUpload) {
return
}
log.Printf("断点续传模式上传 %s 出现错误:%v", file.Path, err)
result.Failed = append(result.Failed, file.Path)
return
}
result.Success = append(result.Success, file.Path)
}
}
}