[PLUG] Memory error downloading file from website

King Beowulf kingbeowulf at gmail.com
Fri Apr 23 03:24:03 UTC 2021


On 4/19/21 11:11 AM, Rich Shepard wrote:
> I've not before had a problem downloading huge files. But, trying to
> download
> http://ph-public-data.com/document/PHRD_2019/Pre-RD_PDI_Appx-A-Chemistry-Data-DVR.zip
> 
> which the site says is 1,168,591Kb large fails.
> 
> The 102k PDF error page displayed (from django) can be downloaded here:
> <http://www.fileconvoy.com/dfl.php?id=gd231a6a0b75b12021000342603f442a7acce5c8044>
> 
> over the next 5 days.
> 
> I'd like help in determining how to download this large data file; wget
> failed to do so (at least, with no command line options).
> 
> Rich
> 
> 

Rich the link above, despite the .ZIP extension points to a web page. on
that web page are download links.

the actual link appears to be

http://ph-public-data.com/file/download/Pre-RD_PDI_Appx-A-Chemistry-Data-DVR.zip

but I get an 500 internal server error here using wget.  I was able to
download just fine via Firefox.

you can try wget --content-on-error when web admins are foolish.

$ wget --content-on-error
http://ph-public-data.com/file/download/Pre-RD_PDI_Appx-A-Chemistry-Data-DVR.zip
--2021-04-22 20:21:18--
http://ph-public-data.com/file/download/Pre-RD_PDI_Appx-A-Chemistry-Data-DVR.zip
Resolving ph-public-data.com (ph-public-data.com)... 138.68.58.192
Connecting to ph-public-data.com
(ph-public-data.com)|138.68.58.192|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: /file/download/Pre-RD_PDI_Appx-A-Chemistry-Data-DVR.zip/
[following]
--2021-04-22 20:21:18--
http://ph-public-data.com/file/download/Pre-RD_PDI_Appx-A-Chemistry-Data-DVR.zip/
Reusing existing connection to ph-public-data.com:80.
HTTP request sent, awaiting response... No data received.
Retrying.

--2021-04-22 20:21:50--  (try: 2)
http://ph-public-data.com/file/download/Pre-RD_PDI_Appx-A-Chemistry-Data-DVR.zip/
Connecting to ph-public-data.com
(ph-public-data.com)|138.68.58.192|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1196636755 (1.1G) [application/zip]
Saving to: ‘Pre-RD_PDI_Appx-A-Chemistry-Data-DVR.zip’

Pre-RD_PDI_Appx-A-Chemistry
100%[========================================>]   1.11G  28.0MB/s   
 in
41s

2021-04-22 20:22:39 (28.1 MB/s) -
‘Pre-RD_PDI_Appx-A-Chemistry-Data-DVR.zip’ saved [1196636755/1196636755]



-Ed


-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 203 bytes
Desc: OpenPGP digital signature
URL: <http://lists.pdxlinux.org/pipermail/plug/attachments/20210422/a3d37719/attachment.asc>


More information about the PLUG mailing list