Forum Moderators: open

Message Too Old, No Replies

DMOZ and RDF downloads

have some real issues downloading a file

         

moltar

5:30 am on Jul 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Did anyone else have problems downloading RDF database from DMOZ?

If I try to download using IE, it says "xMB of 236MB downloaded" on the download window, and then when X reaches 236 both numbers start to grow and at one point they were over 350MB, so I canceled the download.

Also tried using download manager software. It downloaded exactly 236MB but sum check failed and I couldn't extract the file.

What's the deal? Are there any mirrors where I can get it from?

jmccormac

6:19 am on Jul 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Looks like IE is interpreting the file as being a compressed webpage and is decompressing it on the fly. You have to save the link rather than clicking on it or use some other download client.

Regards...jmcc

moltar

12:52 pm on Jul 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



As I said I also tried using download manager (ReGet). Which is superb at downloading things, but that didn't do the trick.

tschild

2:47 pm on Jul 17, 2003 (gmt 0)

10+ Year Member



I used to get the same effects downloading with a browser. It seems that's the way they work when the HTTP header says

Content-Type: text/plain; charset=ISO-8859-1
Content-Encoding: x-gzip

I finally downloaded wget (free, also available for Windows); that worked.

moltar

3:57 pm on Jul 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks tschild, wget worked well!

Mmm.. good old DOS/*nix applications :)