wget help on file download

2007-03-01 Thread Smith, Dewayne R.
Trying to download a 4mb file. it only retrieves 6k of it.
I've tried without the added --options and it doesn't work.
 
Can you see any issues below?
Thx!
 
 
C:\Backup_CD\WGETwget -dv -S --no-http-keep-alive  --ignore-length
--secure-protocol=auto --no-check-certificate  https://
server2.csci-va.com/siap/siap.nsf/297c783b5c8fa51985256cd700546846/65dc9ed71
3ae030f85256f31006eb413/$FILE/TR%202004.018%20AEGIS%20TEST%20PLAN..pdf
Setting --verbose (verbose) to 1
Setting --server-response (serverresponse) to 1
Setting --http-keep-alive (httpkeepalive) to 0
Setting --ignore-length (ignorelength) to 1
Setting --secure-protocol (secureprotocol) to auto
Setting --check-certificate (checkcertificate) to 0
DEBUG output created by Wget 1.10.2 on Windows.
 
--11:01:08--
https://server2.csci-va.com/siap/siap.nsf/297c783b5c8fa51985256cd700546846/
65dc9ed713ae030f85256f31006eb413/$F
https://server2.csci-va.com/siap/siap.nsf/297c783b5c8fa51985256cd700546846/6
5dc9ed713ae030f85256f31006eb413/$F
ILE/TR%202004.018%20AEGIS%20TEST%20PLAN..pdf
   = `TR 2004.018 AEGIS TEST PLAN..pdf.4'
Resolving server2.csci-va.com... seconds 0.00, 65.207.33.26
Caching server2.csci-va.com = 65.207.33.26
Connecting to server2.csci-va.com|65.207.33.26|:443... seconds 0.00,
connected.
Created socket 1932.
Releasing 0x00395228 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 1932 to SSL handle 0x009318c8
certificate:
  subject: /C=US/O=U.S.
Government/OU=ECA/OU=ORC/OU=CSCI/CN=server2.csci-va.com
  issuer:  /C=US/O=U.S. Government/OU=ECA/OU=Certification
Authorities/CN=ORC ECA
WARNING: Certificate verification error for server2.csci-va.com: self signed
certificate in certificate chain
 
---request begin---
GET
/siap/siap.nsf/297c783b5c8fa51985256cd700546846/65dc9ed713ae030f85256f31006e
b413/$FILE/TR%202004.018%20AEGIS%20TEST%20PL
AN..pdf HTTP/1.0
User-Agent: Wget/1.10.2
Accept: */*
Host: server2.csci-va.com
 
---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 200 OK
Server: Lotus-Domino
Date: Thu, 01 Mar 2007 15:57:55 GMT
Connection: close
Expires: Tue, 01 Jan 1980 06:00:00 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 6720
Pragma: no-cache
 
---response end---
 
  HTTP/1.1 200 OK
  Server: Lotus-Domino
  Date: Thu, 01 Mar 2007 15:57:55 GMT
  Connection: close
  Expires: Tue, 01 Jan 1980 06:00:00 GMT
  Content-Type: text/html; charset=UTF-8
  Content-Length: 6720
  Pragma: no-cache
Length: ignored [text/html]
 
[ =
] 6,720 --.--K/s
 
Closed 1932/SSL 0x9318c8
11:01:08 (309.48 KB/s) - `TR 2004.018 AEGIS TEST PLAN..pdf.4' saved [6720]
 

C:\Backup_CD\WGET
 
Dewayne R. Smith 

SPAWAR Systems Center Charleston 

Code 613, Special Projects Branch 

Office (843) 218-4393

Mobile (843) 696-9472

 


RE: wget help on file download

2007-03-01 Thread Tony Lewis
The server told wget that it was going to return 6K:
 
Content-Length: 6720
  _  

From: Smith, Dewayne R. [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 01, 2007 8:05 AM
To: [EMAIL PROTECTED]
Subject: wget help on file download


Trying to download a 4mb file. it only retrieves 6k of it.
I've tried without the added --options and it doesn't work.
 
Can you see any issues below?
Thx!
 
 
C:\Backup_CD\WGETwget -dv -S --no-http-keep-alive  --ignore-length
--secure-protocol=auto --no-check-certificate  https://
server2.csci-va.com/siap/siap.nsf/297c783b5c8fa51985256cd700546846/65dc9ed71
3ae030f85256f31006eb413/$FILE/TR%202004.018%20AEGIS%20TEST%20PLAN..pdf
Setting --verbose (verbose) to 1
Setting --server-response (serverresponse) to 1
Setting --http-keep-alive (httpkeepalive) to 0
Setting --ignore-length (ignorelength) to 1
Setting --secure-protocol (secureprotocol) to auto
Setting --check-certificate (checkcertificate) to 0
DEBUG output created by Wget 1.10.2 on Windows.
 
--11:01:08--
https://server2.csci-va.com/siap/siap.nsf/297c783b5c8fa51985256cd700546846/
65dc9ed713ae030f85256f31006eb413/$F
https://server2.csci-va.com/siap/siap.nsf/297c783b5c8fa51985256cd700546846/6
5dc9ed713ae030f85256f31006eb413/$F
ILE/TR%202004.018%20AEGIS%20TEST%20PLAN..pdf
   = `TR 2004.018 AEGIS TEST PLAN..pdf.4'
Resolving server2.csci-va.com... seconds 0.00, 65.207.33.26
Caching server2.csci-va.com = 65.207.33.26
Connecting to server2.csci-va.com|65.207.33.26|:443... seconds 0.00,
connected.
Created socket 1932.
Releasing 0x00395228 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 1932 to SSL handle 0x009318c8
certificate:
  subject: /C=US/O=U.S.
Government/OU=ECA/OU=ORC/OU=CSCI/CN=server2.csci-va.com
  issuer:  /C=US/O=U.S. Government/OU=ECA/OU=Certification
Authorities/CN=ORC ECA
WARNING: Certificate verification error for server2.csci-va.com: self signed
certificate in certificate chain
 
---request begin---
GET
/siap/siap.nsf/297c783b5c8fa51985256cd700546846/65dc9ed713ae030f85256f31006e
b413/$FILE/TR%202004.018%20AEGIS%20TEST%20PL
AN..pdf HTTP/1.0
User-Agent: Wget/1.10.2
Accept: */*
Host: server2.csci-va.com
 
---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 200 OK
Server: Lotus-Domino
Date: Thu, 01 Mar 2007 15:57:55 GMT
Connection: close
Expires: Tue, 01 Jan 1980 06:00:00 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 6720
Pragma: no-cache
 
---response end---
 
  HTTP/1.1 200 OK
  Server: Lotus-Domino
  Date: Thu, 01 Mar 2007 15:57:55 GMT
  Connection: close
  Expires: Tue, 01 Jan 1980 06:00:00 GMT
  Content-Type: text/html; charset=UTF-8
  Content-Length: 6720
  Pragma: no-cache
Length: ignored [text/html]
 
[ =
] 6,720 --.--K/s
 
Closed 1932/SSL 0x9318c8
11:01:08 (309.48 KB/s) - `TR 2004.018 AEGIS TEST PLAN..pdf.4' saved [6720]
 

C:\Backup_CD\WGET
 
Dewayne R. Smith 

SPAWAR Systems Center Charleston 

Code 613, Special Projects Branch 

Office (843) 218-4393

Mobile (843) 696-9472