|
|
发表于 2022-12-22 10:10:09
|
显示全部楼层
本帖最后由 hundouluo 于 2022-12-22 10:11 编辑
怎么可能呢,电信 / 联通 直接拉满。移动没试。
- wget 3.0.3.0/cache/xxxx
- --2022-12-22 10:09:08-- http://3.0.3.0/cache/xxxx
- Connecting to 3.0.3.0:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 209715200 (200M) [application/octet-stream]
- Saving to: ‘xxxx’
- xxxx 100%[==============================================>] 200.00M 9.42MB/s in 24s
- 2022-12-22 10:09:33 (8.22 MB/s) - ‘xxxx’ saved [209715200/209715200]
复制代码
- wget 3.0.2.9/cache/yyyy
- --2022-12-22 10:11:03-- http://3.0.2.9/cache/yyyy
- Connecting to 3.0.2.9:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 209715200 (200M) [application/octet-stream]
- Saving to: ‘yyyy’
- yyyy 100%[==============================================>] 200.00M 13.2MB/s in 17s
- 2022-12-22 10:11:21 (11.5 MB/s) - ‘yyyy’ saved [209715200/209715200]
复制代码 |
|