|
下载CacheFly文件至本地
[root@sf info]# wget http://cachefly.cachefly.net/100mb.test
--2013-06-18 16:39:06-- http://cachefly.cachefly.net/100mb.test
Resolving cachefly.cachefly.net... 205.234.175.175
Connecting to cachefly.cachefly.net|205.234.175.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: `100mb.test'
100%[======================================>] 104,857,600 50.6M/s in 2.0s
2013-06-18 16:39:09 (
50.6 MB/s
) - `100mb.test' saved [104857600/104857600]
下载本机文件
[root@sf info]# wget --no-check-certificate https://info.mywall.us/100mb.test
--2013-06-18 16:40:55-- https://info.mywall.us/100mb.test
Resolving info.mywall.us... 198.199.118.10
Connecting to info.mywall.us|198.199.118.10|:443... connected.
WARNING: certificate common name `www.mywall.us' doesn't match requested host na
me `info.mywall.us'.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: `100mb.test.1'
100%[======================================>] 104,857,600 18.5M/s in 5.1s
2013-06-18 16:41:01 (
19.6 MB/s
) - `100mb.test.1' saved [104857600/104857600]
为什么速度还不及远程?
|
|