Posted by Stacey, a resident of the Amberwood/Wood Meadows neighborhood, on Oct 26, 2009 at 1:30 pm Stacey is a member (registered user) of PleasantonWeekly.com Now here's an interesting link. This one didn't work for me before. Now it does. Web Link
I had saved the broken PDF file to my computer and am able to compare the two files. They're the same up until the end. The broken copy is missing about 600 lines at the end of the file. The only difference in my client is updates to Firefox.
So I try again to download this file, this time using wget on a UNIX box. wget's first attempt didn't download the whole file. It had to try again. So something is still funny with PUSD's webserver and the serving of this file. It cuts off the download near the end of the file. Maybe the second attempt worked because the full file got loaded into some web server buffer by after the first request. *shrug* I'm no Microsoft IIS/ASP.NET expert.
wget www.pleasanton.k12.ca.us/HumanResources/CertificatedInfo/Downloads/APTAgreementUpdateFinal102307.pdf
-- www.pleasanton.k12.ca.us/HumanResources/CertificatedInfo/Downloads/APTAgreementUpdateFinal102307.pdf
Resolving www.pleasanton.k12.ca.us... 206.110.20.211
Connecting to www.pleasanton.k12.ca.us|206.110.20.211|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 498554 (487K) [application/pdf]
Saving to: `APTAgreementUpdateFinal102307.pdf.2'
96% [===================================================================================================================> ] 482,456 131K/s in 3.6s
(131 KB/s) - Connection closed at byte 482456. Retrying.
-- (try: 2) www.pleasanton.k12.ca.us/HumanResources/CertificatedInfo/Downloads/APTAgreementUpdateFinal102307.pdf
Connecting to www.pleasanton.k12.ca.us|206.110.20.211|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 498554 (487K), 16098 (16K) remaining [application/pdf]
Saving to: `APTAgreementUpdateFinal102307.pdf.2.1'
100%[++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++===>] 498,554 --.-K/s in 0.1s
(118 KB/s) - `APTAgreementUpdateFinal102307.pdf.2.1' saved [498554/498554]
|