Thanks, that works.

*grumble*

- Adam

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Paolo Molaro
Sent: Tuesday, 20 August 2002 7:07 PM
To: [EMAIL PROTECTED]
Subject: Re: [Mono-list] Strange download behaviour


On 08/20/02 Adam Chester wrote:
> downloading (for example) 
> http://go-mono.com/snapshots/mono-snapshot-19-Aug-02.tar.gz from the 
> Mono website, IE6 begins downloading initially reports the file size 
> is 5.89MB. The download does not stop at 5.89MB and continues until 
> 33.0 MB (34,693,120 bytes).
> 
> The file once downloaded is unable to be extracted and is invalid.

It's likely IE decompresses the file for you, but it leaves the same
name to the file and later the tool that you use to extract it doesn't
recognize it anymore since it thinks it should be a gzipped file (.gz)
but it's a plain tar file instead. Either extract the file with:

        tar xvf mono-snapshot-...

or try to rename the file to mono-snapshot-....tar, or compress it again
with gzip etc.

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to