|
|
|||||||
I found how to download the whole CIP publication even though the page is under construction. When you are done, you will have the whole thing in English, French and German with a frontpage in PDF. Here is how I did it. On this computer, my account is named Dad. Here goes. We want the Comprehensive Edition of Adopted C.I.P. Decisions, Texts and Tables The site is French so you want - Tableaux des Dimensions de Cartouches et de Chambres (TDCC). http://www.cip-bp.org/index.php?id=tdcc-telechargement. The page is under construction, so it doesn't work. To download, go to http://www.cip-bp.org/uploads/tdcc.zip This 130 Mb zip file has the whole thing in English, French and German with a frontpage in PDF. When you try to get the TDCC zip file, the site keeps disconnecting so you need to restart the download where you left off. To do this use wget.exe. Go to this URL: http://users.ugent.be/~bpuype/wget/ Download wget.exe (401408 bytes) : win32 binary with OpenSSL support. MD5: bd126a7b59d5d1f97ba89a3e71425731 SHA1: 457b1cd985ed07baffd8c66ff40e9c1b6da93753 Open a DOS command line and go to the directory you stored wget.exe in. I put mine in the "My Documents" directory. Then, at the command prompt type: wget -t 100 http://www.cip-bp.org/uploads/tdcc.zip Now you are connected to the server and wget will have the download restart up to 100 times. My download had to reconnect 3 times. Here is an example of what you see in the command window. Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\>cd Documents and Settings\Dad C:\Documents and Settings\Dad> C:\Documents and Settings\Dad>cd My Documents C:\Documents and Settings\Dad\My Documents>wget -t 100 http://www.cip-bp.org/upl oads/tdcc.zip --2010-02-04 18:00:02-- http://www.cip-bp.org/uploads/tdcc.zip Resolving www.cip-bp.org... 80.93.82.46 Connecting to www.cip-bp.org|80.93.82.46|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 137020395 (131M) [application/zip] Saving to: `tdcc.zip' 19% [======> ] 27,033,070 225K/s in 1m 42s 2010-02-04 18:01:44 (260 KB/s) - Connection closed at byte 27033070. Retrying. --2010-02-04 18:01:44-- (try: 2) http://www.cip-bp.org/uploads/tdcc.zip Connecting to www.cip-bp.org|80.93.82.46|:80... connected. HTTP request sent, awaiting response... 206 Partial Content Length: 137020395 (131M), 109987325 (105M) remaining [application/zip] Saving to: `tdcc.zip' 42% [+++++++========> ] 58,825,732 234K/s in 1m 58s 2010-02-04 18:03:43 (263 KB/s) - Connection closed at byte 58825732. Retrying. --2010-02-04 18:03:43-- (try: 3) http://www.cip-bp.org/uploads/tdcc.zip Connecting to www.cip-bp.org|80.93.82.46|:80... connected. HTTP request sent, awaiting response... 206 Partial Content Length: 137020395 (131M), 78194663 (75M) remaining [application/zip] Saving to: `tdcc.zip' 67% [++++++++++++++++=========> ] 92,982,251 205K/s in 2m 2s 2010-02-04 18:05:46 (274 KB/s) - Connection closed at byte 92982251. Retrying. --2010-02-04 18:05:46-- (try: 4) http://www.cip-bp.org/uploads/tdcc.zip Connecting to www.cip-bp.org|80.93.82.46|:80... connected. HTTP request sent, awaiting response... 206 Partial Content Length: 137020395 (131M), 44038144 (42M) remaining [application/zip] Saving to: `tdcc.zip' 90% [++++++++++++++++++++++++++========> ] 124,456,926 216K/s in 1m 58s 2010-02-04 18:07:45 (261 KB/s) - Connection closed at byte 124456926. Retrying. --2010-02-04 18:07:45-- (try: 5) http://www.cip-bp.org/uploads/tdcc.zip Connecting to www.cip-bp.org|80.93.82.46|:80... connected. HTTP request sent, awaiting response... 206 Partial Content Length: 137020395 (131M), 12563469 (12M) remaining [application/zip] Saving to: `tdcc.zip' 100%[+++++++++++++++++++++++++++++++++++===>] 137,020,395 224K/s in 50s 2010-02-04 18:08:36 (247 KB/s) - `tdcc.zip' saved [137020395/137020395] C:\Documents and Settings\Dad\My Documents> Clear as mud, right? |