Hi,
Thank you for the reply. The version is 1.11.4 according to the log (see
attached - includes debug output). However, it seems like this is the
latest Windows version according to the SourceForge site, unless I'm
missing something. I also attach a copy of the wgetrc file, which hasn't
been edited (to my knowledge) since original installation.
This particular log file is associated with a run that occurred a few
nights ago. It continued a previous wget download attempt, starting at
02:30. The last modified date of the log file is 02:31, indicating that
it only progressed for about 1 minute before stalling. The download in
question did eventually complete successfully (without human
intervention) but to trigger another attempt, it had to wait until the
90 minute timeout for the SSIS Execute Process kicked in.
The issue of a download stalling is random and impossible to predict,
except to say that it's become a common occurrence that occurs most
nights, having previously been a very unusual occurrence.
Ian
On 02/10/2012 20:24, Ángel González wrote:
On 30/09/12 19:44, Ian Bradshaw wrote:
Hi,
I am having some trouble with a wget task that is performing an HTTPS
download of a large file (a 2.9GB 7Zip archive) every night. It is
scheduled to run as part of an SSIS package, using the SSIS Execute
Process task. The wget arguments passed are as follows (I've replaced
sensitive information with the "x" character):
--http-user=SMP\xxxxxxxx --http-passwd=xxxxxxxx
--output-document=C:\DB_Downloads\xxxxxxxx.7z
--output-file=C:\DB_Downloads\log.txt --continue --timeout=300
--tries=20 --no-check-certificate
https://download.xxxxxxxx.net/xxxxxxxx/xxxxxxxx.7z
I am able to achieve a successful download of the file if I configure
enough SQl Server Agent job steps to kill wget and launch another
instance of the SSIS package. Sometimes the file will download
successfully with one or two runs of the SSIS package, sometimes it
needs up to five attempts. SSIS is currently configured to allow 90
minutes for the download and the client site has a 10Mbps leased line
to the Internet. There's no way to predict how much of the 90 minutes
will be spent actively progressing the download and how many will be
spent idle. For example, download attempt 1 may last for 30 minutes
then become idle, download attempt 2 may last for the full 90 minutes,
download attempt 3 may last for just 1 minute, then download attempt 4
may successfully complete the download with further 20 minutes.
My first guess would be to try running it without SSIS, directly on the
console, and seeing if there's some difference (it's unlikely, though).
I am using the Win32 wget.exe from SourceForge and it's been working
fine for the best part of two years.
Which url/version? It is probably an old wget version.
I think something has changed on the side of the download server but
this is the domain of a third party. I've wondered if they have
recently put in some kind of IPS that is randomly blocking the data
packets but this is just speculation and the third party involved
claim nothing has changed on their side. My question is: why does the
timeout switch not help in this scenario and is this therefore a bug?
The timeout should be triggering in your scenario, so yes, it'd be a
bug. Although it may be fixed in a newer version.
--
*
Ian Bradshaw, Director, Argento IT Services Ltd., Email:
[email protected], Phone: 07941 995890
*
DEBUG output created by Wget 1.11.4 on Windows-MinGW.
--2012-09-30 02:30:12--
https://download.sirius21.net/siriusvantage/siriusvantage.7z
Host `download.sirius21.net' has not issued a general basic challenge.
Resolving download.sirius21.net... seconds 300.00, Winsock error: 0
80.169.148.104
Caching download.sirius21.net => 80.169.148.104
Connecting to download.sirius21.net|80.169.148.104|:443... seconds 300.00,
Winsock error: 0
connected.
Created socket 332.
Releasing 0x00a7c1e8 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 332 to SSL handle 0x00a81cf0
certificate:
subject: /C=GB/ST=West Yorkshire/L=Halifax/O=SSP Limited/OU=Pure
Hosting/CN=*.sirius21.net
issuer: /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance
CA-3
WARNING: cannot verify download.sirius21.net's certificate, issued by
`/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance CA-3':
Unable to locally verify the issuer's authority.
---request begin---
GET /siriusvantage/siriusvantage.7z HTTP/1.0
Range: bytes=2558546532-
User-Agent: Wget/1.11.4
Accept: */*
Host: download.sirius21.net
Connection: Keep-Alive
---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 401 Unauthorized
Content-Length: 1656
Content-Type: text/html
Server: Microsoft-IIS/6.0
WWW-Authenticate: Basic realm="SMP.SIRIUS.COM"
X-Powered-By: ASP.NET
Date: Sun, 30 Sep 2012 01:30:12 GMT
Connection: keep-alive
---response end---
401 Unauthorized
Registered socket 332 for persistent reuse.
Skipping 1656 bytes of body: [<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>You are not authorized to view this page</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<STYLE type="text/css">
BODY { font: 8pt/12pt verdana }
H1 { font: 13pt/15pt verdana }
H2 { font: 8pt/12pt verdana }
A:link { color: red }
A:visited { color: maroon }
</STYLE>
</HEAD><BODY><TABLE width=500 border=0 cellspacing=10><TR><TD>
<h1>You are not authorized to view this page</h1>
You do not have permission to view this directory or page using the credentials
that you supplied because your Web browser is sending a WWW-Authenticate header
field that the Web server is not configured to accept.
<hr>
<p>Please try the following:</p>
<ul>
<li>Contact the Web site administrator if you believe you should be able to
view this directory or page.</li>
<li>Click the <a href="javascript:location.reload()">Refresh</a> button to try
again with different credentials.</li>
</ul>
<h2>HTTP Error 401.2 - Unauthorized: Access is denied due to server
configuration.<br>Internet Information Services (IIS)</h2>
<hr>
<p>Technical Information (for support personnel)</p>
<ul>
<li>Go to <a href="http://go.microsoft.com/fwlink/?linkid=8180">Microsoft
Product Support Services</a> and perform a title search for the words
<b>HTTP</b> and <b>401</b>.</li>
<li>Open <b>IIS Help</b>, which is accessible in IIS Manager (inetmgr),
and search for topics titled <b>About Security</b>, <b>Authentication</b>, and
<b>About Custom Error Messages</b>.</li>
</ul>
</TD></TR></TABLE></BODY></HTML>
] done.
Inserted `download.sirius21.net' into basic_authed_hosts
Reusing existing connection to download.sirius21.net:443.
Reusing fd 332.
---request begin---
GET /siriusvantage/siriusvantage.7z HTTP/1.0
Range: bytes=2558546532-
User-Agent: Wget/1.11.4
Accept: */*
Host: download.sirius21.net
Connection: Keep-Alive
Authorization: Basic U01QXFZhbnRhZ2VEQkRvd25sb2FkOlMyMXZhbnRhZ2VEQjIwMDk=
---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 206 Partial Content
Content-Length: 505901350
Content-Type: .exe
Content-Range: bytes 2558546532-3064447881/3064447882
Last-Modified: Sat, 29 Sep 2012 23:44:54 GMT
Accept-Ranges: bytes
ETag: "5eef336d9c9ecd1:2f0f"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Sun, 30 Sep 2012 01:30:12 GMT
Connection: keep-alive
---response end---
206 Partial Content
Length: 3064447882 (2.9G), 505901350 (482M) remaining [.exe]
Saving to: `C:/Vantage_BI/DB_Downloads/sirius.7z'
[ skipping 2498550K ]
2498550K ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, .......... .......... 83% 452K 46m59s
2498600K .......... .......... .......... .......... .......... 83% 232K 38m40s
2498650K .......... .......... .......... .......... .......... 83% 355K 32m12s
2498700K .......... .......... .......... .......... .......... 83% 353K 29m34s
2498750K .......... .......... .......... .......... .......... 83% 413K 27m22s
2498800K .......... .......... .......... .......... .......... 83% 446K 25m43s
2498850K .......... .......... .......... .......... .......... 83% 292K 26m6s
2498900K .......... .......... .......... .......... .......... 83% 249K 27m2s
2498950K .......... .......... .......... .......... .......... 83% 288K 27m13s
2499000K .......... .......... .......... .......... .......... 83% 456K 26m14s
2499050K .......... .......... .......... .......... .......... 83% 449K 25m28s
2499100K .......... .......... .......... .......... .......... 83% 357K 25m15s
2499150K .......... .......... .......... .......... .......... 83% 325K 25m15s
2499200K .......... .......... .......... .......... .......... 83% 353K 25m6s
2499250K .......... .......... .......... .......... .......... 83% 316K 25m10s
2499300K .......... .......... .......... .......... .......... 83% 231K 25m50s
2499350K .......... .......... .......... .......... .......... 83% 356K 25m40s
2499400K .......... .......... .......... .......... .......... 83% 350K 25m32s
2499450K .......... .......... .......... .......... .......... 83% 355K 25m24s
2499500K .......... .......... .......... .......... .......... 83% 324K 25m24s
2499550K .......... .......... .......... .......... .......... 83% 357K 25m17s
2499600K .......... .......... .......... .......... .......... 83% 348K 25m12s
2499650K .......... .......... .......... .......... .......... 83% 318K 25m14s
2499700K .......... .......... .......... .......... .......... 83% 328K 25m13s
2499750K .......... .......... .......... .......... .......... 83% 211K 25m47s
2499800K .......... .......... .......... .......... .......... 83% 459K 25m28s
2499850K .......... .......... .......... .......... .......... 83% 325K 25m27s
2499900K .......... .......... .......... .......... .......... 83% 355K 25m22s
2499950K .......... .......... .......... .......... .......... 83% 351K 25m18s
2500000K .......... .......... .......... .......... .......... 83% 451K 25m3s
2500050K .......... .......... .......... .......... .......... 83% 191K 25m38s
2500100K .......... .......... .......... .......... .......... 83% 448K 25m24s
2500150K .......... .......... .......... .......... .......... 83% 292K 25m29s
2500200K .......... .......... .......... .......... .......... 83% 323K 25m29s
2500250K .......... .......... .......... .......... .......... 83% 356K 25m24s
2500300K .......... .......... .......... .......... .......... 83% 445K 25m12s
2500350K .......... .......... .......... .......... .......... 83% 357K 25m9s
2500400K .......... .......... .......... .......... .......... 83% 326K 25m9s
2500450K .......... .......... .......... .......... .......... 83% 226K 25m26s
2500500K .......... .......... .......... .......... .......... 83% 453K 25m14s
2500550K .......... .......... .......... .......... .......... 83% 290K 25m19s
2500600K .......... .......... .......... .......... .......... 83% 410K 25m11s
2500650K .......... .......... .......... .......... .......... 83% 354K 25m8s
2500700K .......... .......... .......... .......... .......... 83% 353K 25m5s
2500750K .......... .......... .......... .......... .......... 83% 353K 25m3s
2500800K .......... .......... .......... .......... .......... 83% 328K 25m2s
2500850K .......... .......... .......... .......... .......... 83% 394K 24m57s
2500900K .......... .......... .......... .......... .......... 83% 290K 25m1s
2500950K .......... .......... .......... .......... .......... 83% 410K 24m54s
2501000K .......... .......... .......... .......... .......... 83% 450K 24m46s
2501050K .......... .......... .......... .......... .......... 83% 292K 24m50s
2501100K .......... .......... .......... .......... .......... 83% 243K 25m0s
2501150K .......... .......... .......... .......... .......... 83% 411K 24m54s
2501200K .......... .......... .......... .......... .......... 83% 289K 24m58s
2501250K .......... .......... .......... .......... .......... 83% 391K 24m53s
2501300K .......... .......... .......... .......... .......... 83% 357K 24m51s
2501350K .......... .......... .......... .......... .......... 83% 325K 24m51s
2501400K .......... .......... .......... .......... .......... 83% 353K 24m49s
2501450K .......... .......... .......... .......... .......... 83% 351K 24m48s
2501500K .......... .......... .......... .......... .......... 83% 355K 24m46s
2501550K .......... .......... .......... .......... .......... 83% 325K 24m46s
2501600K .......... .......... .......... .......... .......... 83% 453K 24m39s
2501650K .......... .......... .......... .......... .......... 83% 228K 24m50s
2501700K .......... .......... .......... .......... .......... 83% 325K 24m50s
2501750K .......... .......... .......... .......... .......... 83% 355K 24m48s
2501800K .......... .......... .......... .......... .......... 83% 243K 24m56s
2501850K .......... .......... .......... .......... .......... 83% 356K 24m54s
2501900K .......... .......... .......... .......... .......... 83% 406K 24m50s
2501950K .......... .......... .......... .......... .......... 83% 354K 24m48s
2502000K .......... .......... .......... .......... .......... 83% 318K 24m49s
2502050K .......... .......... .......... .......... .......... 83% 230K 24m58s
2502100K .......... .......... .......... .......... .......... 83% 293K 25m0s
2502150K .......... .......... .......... .......... .......... 83% 444K 24m55s
2502200K .......... .......... .......... .......... .......... 83% 293K 24m57s
2502250K .......... .......... .......... .......... .......... 83% 404K 24m53s
2502300K .......... .......... .......... .......... .......... 83% 357K 24m51s
2502350K .......... .......... .......... .......... .......... 83% 349K 24m50s
2502400K .......... .......... .......... .......... .......... 83% 319K 24m50s
2502450K .......... .......... .......... .......... .......... 83% 326K 24m50s
2502500K .......... .......... .......... .......... .......... 83% 450K 24m45s
2502550K .......... .......... .......... .......... .......... 83% 457K 24m40s
2502600K .......... .......... .......... .......... .......... 83% 290K 24m42s
2502650K .......... .......... .......... .......... .......... 83% 409K 24m39s
2502700K .......... .......... .......... .......... .......... 83% 449K 24m34s
2502750K .......... .......... .......... .......... .......... 83% 292K 24m36s
2502800K .......... .......... .......... .......... .......... 83% 216K 24m45s
2502850K .......... .......... .......... .......... .......... 83% 442K 24m41s
2502900K .......... .......... .......... .......... .......... 83% 357K 24m39s
2502950K .......... .......... .......... .......... .......... 83% 323K 24m40s
2503000K .......... .......... .......... .......... .......... 83% 434K 24m36s
2503050K .......... .......... .......... .......... .......... 83% 276K 24m39s
2503100K .......... .......... .......... .......... .......... 83% 455K 24m34s
2503150K .......... .......... .......... .......... .......... 83% 350K 24m33s
2503200K .......... .......... .......... .......... .......... 83% 318K 24m34s
2503250K .......... .......... .......... .......... .......... 83% 330K 24m34s
2503300K .......... .......... .......... .......... .......... 83% 242K 24m39s
2503350K .......... .......... .......... .......... .......... 83% 357K 24m38s
2503400K .......... .......... .......... .......... .......... 83% 324K 24m38s
2503450K .......... .......... .......... .......... .......... 83% 454K 24m34s
2503500K .......... .......... .......... .......... .......... 83% 287K 24m36s
2503550K .......... .......... .......... .......... .......... 83% 457K 24m32s
2503600K .......... .......... .......... .......... .......... 83% 297K 24m33s
2503650K .......... .......... .......... .......... .......... 83% 243K 24m39s
2503700K .......... .......... .......... .......... .......... 83% 357K 24m37s
2503750K .......... .......... .......... .......... .......... 83% 350K 24m36s
2503800K .......... .......... .......... .......... .......... 83% 412K 24m33s
2503850K .......... .......... .......... .......... .......... 83% 352K 24m33s
2503900K .......... .......... .......... .......... .......... 83% 349K 24m32s
2503950K .......... .......... .......... .......... .......... 83% 357K 24m31s
2504000K .......... .......... .......... .......... .......... 83% 190K 24m41s
2504050K .......... .......... .......... .......... .......... 83% 454K 24m37s
2504100K .......... .......... .......... .......... .......... 83% 451K 24m33s
2504150K .......... .......... .......... .......... .......... 83% 329K 24m33s
2504200K .......... .......... .......... .......... .......... 83% 351K 24m32s
2504250K .......... .......... .......... .......... .......... 83% 455K 24m28s
2504300K .......... .......... .......... .......... .......... 83% 288K 24m30s
2504350K .......... .......... .......... .......... .......... 83% 294K 24m32s
2504400K .......... .......... .......... .......... .......... 83% 357K 24m31s
2504450K .......... .......... .......... .......... .......... 83% 445K 24m27s
2504500K .......... .......... .......... .......... .......... 83% 357K 24m26s
2504550K .......... .......... .......... .......... .......... 83% 326K 24m27s
2504600K .......... .......... .......... .......... .......... 83% 353K 24m26s
2504650K .......... .......... .......... .......... .......... 83% 353K 24m25s
2504700K .......... .......... .......... .......... .......... 83% 352K 24m24s
2504750K .......... .......... .......... .......... .......... 83% 191K 24m33s
2504800K .......... .......... .......... .......... .......... 83% 445K 24m30s
2504850K .......... .......... .......... .......... .......... 83% 358K 24m29s
2504900K .......... .......... .......... .......... .......... 83% 324K 24m29s
2504950K .......... .......... .......... .......... .......... 83% 354K 24m28s
2505000K .......... .......... .......... .......... .......... 83% 351K 24m27s
2505050K .......... .......... .......... .......... .......... 83% 354K 24m26s
2505100K .......... .......... .......... .......... .......... 83% 409K 24m24s
2505150K .......... .......... .......... .......... .......... 83% 266K 24m27s
2505200K .......... .......... .......... .......... .......... 83% 451K 24m24s
2505250K .......... .......... .......... .......... .......... 83% 290K 24m25s
2505300K .......... .......... .......... .......... .......... 83% 408K 24m23s
2505350K .......... .......... .......... .......... .......... 83% 244K 24m27s
2505400K .......... .......... .......... .......... .......... 83% 355K 24m26s
2505450K .......... .......... .......... .......... .......... 83% 324K 24m26s
2505500K .......... .......... .......... .......... .......... 83% 457K 24m23s
2505550K .......... .......... .......... .......... .......... 83% 317K 24m23s
2505600K .......... .......... .......... .......... .......... 83% 244K 24m27s
2505650K .......... .......... .......... .......... .......... 83% 329K 24m27s
2505700K .......... .......... .......... .......... .......... 83% 449K 24m24s
2505750K .......... .......... .......... .......... .......... 83% 356K 24m23s
2505800K .......... .......... .......... .......... .......... 83% 447K 24m20s
2505850K .......... .......... .......... .......... .......... 83% 330K 24m20s
2505900K .......... .......... .......... .......... .......... 83% 350K 24m20s
2505950K .......... .......... .......... .......... .......... 83% 226K 24m24s
2506000K .......... .......... .......... .......... .......... 83% 414K 24m22s
2506050K .......... .......... .......... .......... .......... 83% 352K 24m22s
2506100K .......... .......... .......... .......... .......... 83% 355K 24m21s
2506150K .......... .......... .......... .......... .......... 83% 447K 24m18s
2506200K .......... .......... .......... .......... .......... 83% 293K 24m19s
2506250K .......... .......... .......... .......... .......... 83% 320K 24m20s
2506300K .......... .......... .......... .......... .......... 83% 358K 24m19s
2506350K .......... .......... .......... .......... .......... 83% 393K 24m17s
2506400K .......... .......... .......... .......... .......... 83% 272K 24m19s
2506450K .......... .......... .......... .......... .......... 83% 454K 24m17s
2506500K .......... .......... .......... .......... .......... 83% 449K 24m14s
2506550K .......... .......... .......... .......... .......... 83% 291K 24m15s
2506600K .......... .......... .......... .......... .......... 83% 231K 24m19s
2506650K .......... .......... .......... .......... .......... 83% 355K 24m18s
2506700K .......... .......... .......... .......... .......... 83% 350K 24m18s
2506750K .......... .......... .......... .......... .......... 83% 215K 24m23s
2506800K .......... .......... .......... .......... .......... 83% 356K 24m22s
2506850K .......... .......... .......... .......... .......... 83% 350K 24m21s
2506900K .......... .......... .......... .......... .......... 83% 456K 24m19s
2506950K .......... .......... .......... .......... .......... 83% 270K 24m21s
2507000K .......... .......... .......... .......... .......... 83% 458K 24m18s
2507050K .......... .......... .......... .......... .......... 83% 288K 24m19s
2507100K .......... .......... .......... .......... .......... 83% 318K 24m20s
2507150K .......... .......... .......... .......... .......... 83% 327K 24m20s
2507200K .......... .......... .......... .......... .......... 83% 351K 24m19s
2507250K .......... .......... .......... .......... .......... 83% 355K 24m18s
2507300K .......... .......... .......... .......... .......... 83% 288K 24m19s
2507350K .......... .......... .......... .......... .......... 83% 412K 24m18s
2507400K .......... .......... .......... .......... .......... 83% 448K 24m15s
2507450K .......... .......... .......... .......... .......... 83% 291K 24m16s
2507500K .......... .......... .......... .......... .......... 83% 190K 24m22s
2507550K .......... .......... .......... .......... .......... 83% 441K 24m20s
2507600K .......... .......... .......... .......... .......... 83% 461K 24m18s
2507650K .......... .......... .......... .......... .......... 83% 287K 24m19s
2507700K .......... .......... .......... .......... .......... 83% 330K 24m19s
2507750K .......... .......... .......... .......... .......... 83% 350K 24m18s
2507800K .......... .......... .......... .......... .......... 83% 455K 24m16s
2507850K .......... .......... .......... .......... .......... 83% 323K 24m16s
2507900K .......... .......... .......... .......... .......... 83% 267K 24m18s
2507950K .......... .......... .......... .......... .......... 83% 355K 24m17s
2508000K .......... .......... .......... .......... .......... 83% 289K 24m18s
2508050K .......... .......... .......... .......... .......... 83% 409K 24m17s
2508100K .......... .......... .......... .......... .......... 83% 212K 24m21s
2508150K .......... .......... .......... .......... .......... 83% 457K 24m19s
2508200K .......... .......... .......... .......... .......... 83% 352K 24m18s
2508250K .......... .......... .......... .......... .......... 83% 410K 24m17s
2508300K .......... .......... .......... .......... .......... 83% 228K 24m20s
2508350K .......... .......... .......... .......... .......... 83% 445K 24m18s
2508400K .......... .......... .......... .......... .......... 83% 331K 24m18s
2508450K .......... .......... .......... .......... .......... 83% 243K 24m20s
2508500K .......... .......... .......... .......... .......... 83% 356K 24m19s
2508550K .......... .......... .......... .......... .......... 83% 404K 24m18s
2508600K .......... .......... .......... .......... .......... 83% 293K 24m19s
2508650K .......... .......... .......... .......... .......... 83% 443K 24m17s
2508700K .......... .......... .......... .......... .......... 83% 266K 24m19s
2508750K .......... .......... .......... .......... .......... 83% 329K 24m18s
2508800K .......... .......... .......... .......... .......... 83% 351K 24m18s
2508850K .......... .......... .......... .......... .......... 83% 353K 24m17s
2508900K .......... .......... .......... .......... .......... 83% 290K 24m18s
2508950K .......... .......... .......... .......... .......... 83% 408K 24m17s
2509000K .......... .......... .......... .......... .......... 83% 290K 24m18s
2509050K .......... .......... .......... .......... .......... 83% 451K 24m16s
2509100K .......... .......... .......... .......... .......... 83% 215K 24m19s
2509150K .......... .......... .......... .......... .......... 83% 289K 24m20s
2509200K .......... .......... .......... .......... .......... 83% 455K 24m18s
2509250K .......... .......... .......... .......... .......... 83% 352K 24m17s
2509300K .......... .......... .......... .......... .......... 83% 409K 24m16s
2509350K .......... .......... .......... .......... .......... 83% 352K 24m16s
2509400K .......... .......... .......... .......... .......... 83% 359K 24m15s
2509450K .......... .......... .......... .......... .......... 83% 444K 24m13s
2509500K .......... .......... .......... .......... .......... 83% 249K 24m15s
2509550K .......... .......... .......... .......... .......... 83% 293K 24m16s
2509600K .......... .......... .......... .......... .......... 83% 286K 24m17s
2509650K .......... .......... .......... .......... .......... 83% 356K 24m16s
2509700K .......... .......... .......... .......... .......... 83% 403K 24m15s
2509750K .......... .......... .......... .......... .......... 83% 358K 24m14s
2509800K .......... .......... .......... .......... .......... 83% 350K 24m14s
2509850K .......... .......... .......... .......... .......... 83% 317K 24m14s
2509900K .......... .......... .......... .......... .......... 83% 327K 24m14s
2509950K .......... .......... .......... .......... .......... 83% 352K 24m13s
2510000K .......... .......... .......... .......... .......... 83% 354K 24m13s
2510050K .......... .......... .......... .......... .......... 83% 325K 24m13s
2510100K .......... .......... .......... .......... .......... 83% 353K 24m12s
2510150K .......... .......... .......... .......... .......... 83% 353K 24m12s
2510200K .......... .......... .......... .......... .......... 83% 353K 24m11s
2510250K .......... .......... .......... .......... .......... 83% 216K 24m14s
2510300K .......... .......... .......... .......... .......... 83% 448K 24m13s
2510350K .......... .......... .......... .......... .......... 83% 355K 24m12s
2510400K .......... .......... .......... .......... .......... 83% 324K 24m12s
2510450K .......... .......... .......... .......... .......... 83% 355K 24m11s
2510500K .......... .......... .......... .......... .......... 83% 352K 24m11s
2510550K .......... .......... .......... .......... .......... 83% 353K 24m10s
2510600K .......... .......... .......... .......... .......... 83% 353K 24m10s
2510650K .......... .......... .......... .......... .......... 83% 215K 24m13s
2510700K .......... .......... .......... .......... .......... 83% 291K 24m14s
2510750K .......... .......... .......... .......... .......... 83% 404K 24m13s
2510800K .......... .......... .......... .......... .......... 83% 293K 24m13s
2510850K .......... .......... .......... .......... .......... 83% 444K 24m12s
2510900K .......... .......... .......... .......... .......... 83% 354K 24m11s
2510950K .......... .......... .......... .......... .......... 83% 354K 24m11s
2511000K .......... .......... .......... .......... .......... 83% 411K 24m9s
2511050K .......... .......... .......... .......... .......... 83% 227K 24m12s
2511100K .......... .......... .......... .......... .......... 83% 450K 24m10s
2511150K .......... .......... .......... .......... .......... 83% 330K 24m10s
2511200K .......... .......... .......... .......... .......... 83% 287K 24m11s
2511250K .......... .......... .......... .......... .......... 83% 355K 24m10s
2511300K .......... .......... .......... .......... .......... 83% 447K 24m9s
2511350K .......... .......... .......... .......... .......... 83% 330K 24m8s
2511400K .......... .......... .......... .......... .......... 83% 349K 24m8s
2511450K .......... .......... .......... .......... .......... 83% 266K 24m9s
2511500K .......... .......... .......... .......... .......... 83% 412K 24m8s
2511550K .......... .......... .......... .......... .......... 83% 351K 24m8s
2511600K .......... .......... .......... .......... .......... 83% 354K 24m7s
2511650K .......... .......... .......... .......... .......... 83% 351K 24m7s
2511700K .......... .......... .......... .......... .......... 83% 355K 24m6s
2511750K .......... .......... .......... .......... .......... 83% 270K 24m7s
2511800K .......... .......... .......... .......... .......... 83% 355K 24m7s
2511850K .......... .......... .......... .......... .......... 83% 317K 24m7s
2511900K .......... .......... .......... .......... .......... 83% 326K 24m7s
2511950K .......... .......... .......... .......... .......... 83% 353K 24m6s
2512000K .......... .......... .......... .......... .......... 83% 353K 24m6s
2512050K .......... .......... .......... .......... .......... 83% 353K 24m5s
2512100K .......... .......... .......... .......... .......... 83% 325K 24m5s
2512150K .......... .......... .......... .......... .......... 83% 355K 24m5s
2512200K .......... .......... .......... .......... .......... 83% 353K 24m5s
2512250K .......... .......... .......... .......... .......... 83% 317K 24m5s
2512300K .......... .......... .......... .......... .......... 83% 328K 24m5s
2512350K .......... .......... .......... .......... .......... 83% 449K 24m3s
2512400K .......... .......... .......... .......... .......... 83% 291K 24m4s
2512450K .......... .......... .......... .......... .......... 83% 405K 24m3s
2512500K .......... .......... .......... .......... .......... 83% 355K 24m2s
2512550K .......... .......... .......... .......... .......... 83% 445K 24m1s
2512600K .......... .......... .......... .......... .......... 83% 199K 24m4s
2512650K .......... .......... .......... .......... .......... 83% 292K 24m4s
2512700K .......... .......... .......... .......... .......... 83% 404K 24m3s
2512750K .......... .......... .......... .......... .......... 83% 357K 24m3s
2512800K .......... .......... .......... .......... .......... 83% 446K 24m1s
2512850K .......... .......... .......... .......... .......... 83% 331K 24m1s
2512900K .......... .......... .......... .......... .......... 83% 348K 24m1s
2512950K .......... .......... .......... .......... .......... 83% 358K 24m0s
2513000K .......... .......... .......... .......... .......... 83% 394K 24m0s
2513050K .......... .......... .......... .......... .......... 83% 407K 23m59s
2513100K .......... .......... .......... .......... .......... 83% 357K 23m58s
2513150K .......... .......... .......... .......... .......... 83% 447K 23m57s
2513200K .......... .......... .......... .......... .......... 83% 291K 23m57s
2513250K .......... .......... .......... .......... .......... 83% 406K 23m56s
2513300K .......... .......... .......... .......... .......... 83% 422K 23m55s
2513350K .......... .......... .......... .......... .......... 83% 377K 23m54s
2513400K .......... .......... .......... .......... .......... 83% 266K 23m55s
2513450K .......... .......... .......... .......... .......... 83% 408K 23m54s
2513500K .......... .......... .......... .......... .......... 83% 289K 23m55s
2513550K .......... .......... .......... .......... .......... 83% 451K 23m54s
2513600K .......... .......... .......... .......... .......... 83% 354K 23m53s
2513650K .......... .......... .......... .......... .......... 83% 328K 23m53s
2513700K .......... .......... .......... .......... .......... 83% 244K 23m55s
2513750K .......... .......... .......... .......... .......... 83% 454K 23m53s
2513800K .......... .......... .......... .......... .......... 84% 265K 23m54s
2513850K .......... .......... .......... .......... .......... 84% 324K 23m54s
2513900K .......... .......... .......... .......... .......... 84% 357K 23m54s
2513950K .......... .......... .......... .......... .......... 84% 447K 23m53s
2514000K .......... .......... .......... .......... .......... 84% 292K 23m53s
2514050K .......... .......... .......... .......... .......... 84% 405K 23m52s
2514100K .......... .......... .......... .......... .......... 84% 355K 23m52s
2514150K .......... .......... .......... .......... .......... 84% 351K 23m51s
2514200K .......... .......... .......... .......... .......... 84% 249K 23m53s
2514250K .......... .......... .......... .......... .......... 84% 456K 23m51s
2514300K .......... .......... .......... .......... .......... 84% 289K 23m52s
2514350K .......... .......... .......... .......... .......... 84% 451K 23m51s
2514400K .......... .......... .......... .......... .......... 84% 232K 23m52s
2514450K .......... .......... .......... .......... .......... 84% 453K 23m51s
2514500K .......... .......... .......... .......... .......... 84% 289K 23m52s
2514550K .......... .......... .......... .......... .......... 84% 409K 23m51s
2514600K .......... .......... .......... .......... .......... 84% 265K 23m52s
2514650K .......... .......... .......... .......... .......... 84% 350K 23m51s
2514700K .......... .......... .......... .......... .......... 84% 355K 23m51s
2514750K .......... .......... .......... .......... .......... 84% 269K 23m52s
2514800K .......... .......... .......... .......... .......... 84% 357K 23m51s
2514850K .......... .......... .......... .......... .......... 84% 348K 23m51s
2514900K .......... .......... .......... .......... .......... 84% 357K 23m51s
2514950K .......... .......... .......... .......... .......... 84% 326K 23m51s
2515000K .......... .......... .......... .......... .......... 84% 227K 23m53s
2515050K .......... .......... .......... .......... .......... 84% 457K 23m51s
2515100K .......... .......... .......... .......... .......... 84% 406K 23m50s
2515150K .......... .......... .......... .......... .......... 84% 356K 23m50s
2515200K .......... .......... .......... .......... .......... 84% 350K 23m50s
2515250K .......... .......... .......... .......... .......... 84% 355K 23m49s
2515300K .......... .......... .......... .......... .......... 84% 270K 23m50s
2515350K .......... .......... .......... .......... .......... 84% 316K 23m50s
2515400K .......... .......... .......... .......... .......... 84% 456K 23m49s
2515450K .......... .......... .......... .......... .......... 84% 290K 23m49s
2515500K .......... .......... .......... .......... .......... 84% 408K 23m48s
2515550K .......... .......... .......... .......... .......... 84% 289K 23m49s
2515600K .......... .......... .......... .......... .......... 84% 452K 23m48s
2515650K .......... .......... .......... .......... .......... 84% 290K 23m48s
2515700K .......... .......... .......... .......... .......... 84% 408K 23m47s
2515750K .......... .......... .......... .......... .......... 84% 320K 23m47s
2515800K .......... .......... .......... .......... .......... 84% 351K 23m47s
2515850K .......... .......... .......... .......... .......... 84% 412K 23m46s
2515900K .......... .......... .......... .......... .......... 84% 244K 23m47s
2515950K .......... .......... .......... .......... .......... 84% 354K 23m47s
2516000K .......... .......... .......... .......... .......... 84% 353K 23m47s
2516050K .......... .......... .......... .......... .......... 84% 328K 23m46s
2516100K .......... .......... .......... .......... .......... 84% 445K 23m45s
2516150K .......... .......... .......... .......... .......... 84% 267K 23m46s
2516200K .......... .......... .......... .......... .......... 84% 454K 23m45s
2516250K .......... .......... .......... .......... .......... 84% 326K 23m45s
2516300K .......... .......... .......... .......... .......... 84% 352K 23m45s
2516350K .......... .......... .......... .......... .......... 84% 62.8K 24m2s
2516400K .......... .......... ...###
### Sample Wget initialization file .wgetrc
###
## You can use this file to change the default behaviour of wget or to
## avoid having to type many many command-line options. This file does
## not contain a comprehensive list of commands -- look at the manual
## to find out what you can put into this file.
##
## Wget initialization file can reside in /usr/local/etc/wgetrc
## (global, for all users) or $HOME/.wgetrc (for a single user).
##
## To use the settings in this file, you will have to uncomment them,
## as well as change them, in most cases, as the values on the
## commented-out lines are the default values (e.g. "off").
##
## Global settings (useful for setting up in /usr/local/etc/wgetrc).
## Think well before you change them, since they may reduce wget's
## functionality, and make it behave contrary to the documentation:
##
# You can set retrieve quota for beginners by specifying a value
# optionally followed by 'K' (kilobytes) or 'M' (megabytes). The
# default quota is unlimited.
#quota = inf
# You can lower (or raise) the default number of retries when
# downloading a file (default is 20).
#tries = 20
# Lowering the maximum depth of the recursive retrieval is handy to
# prevent newbies from going too "deep" when they unwittingly start
# the recursive retrieval. The default is 5.
#reclevel = 5
# By default Wget uses "passive FTP" transfer where the client
# initiates the data connection to the server rather than the other
# way around. That is required on systems behind NAT where the client
# computer cannot be easily reached from the Internet. However, some
# firewalls software explicitly supports active FTP and in fact has
# problems supporting passive transfer. If you are in such
# environment, use "passive_ftp = off" to revert to active FTP.
#passive_ftp = off
# The "wait" command below makes Wget wait between every connection.
# If, instead, you want Wget to wait only between retries of failed
# downloads, set waitretry to maximum number of seconds to wait (Wget
# will use "linear backoff", waiting 1 second after the first failure
# on a file, 2 seconds after the second failure, etc. up to this max).
waitretry = 10
##
## Local settings (for a user to set in his $HOME/.wgetrc). It is
## *highly* undesirable to put these settings in the global file, since
## they are potentially dangerous to "normal" users.
##
## Even when setting up your own ~/.wgetrc, you should know what you
## are doing before doing so.
##
# Set this to on to use timestamping by default:
#timestamping = off
# It is a good idea to make Wget send your email address in a `From:'
# header with your request (so that server administrators can contact
# you in case of errors). Wget does *not* send `From:' by default.
#header = From: Your Name <[email protected]>
# You can set up other headers, like Accept-Language. Accept-Language
# is *not* sent by default.
#header = Accept-Language: en
# You can set the default proxies for Wget to use for http and ftp.
# They will override the value in the environment.
#http_proxy = http://proxy.yoyodyne.com:18023/
#ftp_proxy = http://proxy.yoyodyne.com:18023/
# If you do not want to use proxy at all, set this to off.
#use_proxy = on
# You can customize the retrieval outlook. Valid options are default,
# binary, mega and micro.
#dot_style = default
# Setting this to off makes Wget not download /robots.txt. Be sure to
# know *exactly* what /robots.txt is and how it is used before changing
# the default!
#robots = on
# It can be useful to make Wget wait between connections. Set this to
# the number of seconds you want Wget to wait.
#wait = 0
# You can force creating directory structure, even if a single is being
# retrieved, by setting this to on.
#dirstruct = off
# You can turn on recursive retrieving by default (don't do this if
# you are not sure you know what it means) by setting this to on.
#recursive = off
# To always back up file X as X.orig before converting its links (due
# to -k / --convert-links / convert_links = on having been specified),
# set this variable to on:
#backup_converted = off
# To have Wget follow FTP links from HTML files by default, set this
# to on:
#follow_ftp = off