<div>ah yes, that was the trick.,  duh.  i just now noticed that windows command line ftp even warned me that i was in ascii mode and tranfer may have had problems!  thx!</div>
<div><br><br> </div>
<div><span class="gmail_quote">On 12/29/05, <b class="gmail_sendername">Bob McClure Jr</b> <<a href="mailto:robertmcclure@earthlink.net">robertmcclure@earthlink.net</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Thu, Dec 29, 2005 at 03:03:10PM -0800, mike wrote:<br>> hey all, i can't work my way around linux very well, so i want to make sure
<br>> i'm not doing anythign wrong here.  i'm simply trying to unzip a file<br>> called:<br>><br>> something.tar.gz<br>><br>> i'm typing:<br>><br>> gunzip something.tar.gz<br>><br>> and i get the following error:
<br>><br>> invalid compressed data--crc error<br>> invalid compressed data--length error<br>><br>> this file is a HIGHLY downloaded file that's been around for a while, and<br>> it's only 54K.  seems unlikely that it's corrupted...
<br>><br>> if it matters, i download it first with a windows machine and ftp it over to<br>> my linux machine...<br>><br>> thx!<br><br>Windoze is known to change things while downloading it.  For instance,<br>
it might have downloaded it in text mode and interpreted some of the<br>bytes as newlines that had to be converted.  Or it might have<br>gunzipped it during the download but not changed the filename.  The<br>way to see what the file really is, is to
<br><br>file something.tar.gz<br><br>If it thinks it's really a plain tar file, then just rename it to<br>something.tar and carry on.<br><br>If it thinks it's a gzipped file then it's probably corrupted.<br><br>If you download it again with Windoze, make sure you do a binary
<br>download, not ascii.  Or better yet, if you have the URL, either<br><a href="http://mumble/path/to/something.tar.gz">http://mumble/path/to/something.tar.gz</a>, or<br><a href="ftp://mumble/path/to/something.tar.gz">ftp://mumble/path/to/something.tar.gz
</a>, you can very easily download it<br>in linux:<br><br>wget <a href="ftp://mumble/path/to/something.tar.gz">ftp://mumble/path/to/something.tar.gz</a><br><br>If I missed some other possibilities, let us know.<br><br>Cheers,
<br>--<br>Bob McClure, Jr.             Bobcat Open Systems, Inc.<br><a href="mailto:robertmcclure@earthlink.net">robertmcclure@earthlink.net</a>  <a href="http://www.bobcatos.com">http://www.bobcatos.com</a><br>Peace begins not at a Mideast table, but at a Mideast stable
<br><br>_______________________________________________<br>Redhat-install-list mailing list<br><a href="mailto:Redhat-install-list@redhat.com">Redhat-install-list@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/redhat-install-list">
https://www.redhat.com/mailman/listinfo/redhat-install-list</a><br>To Unsubscribe Go To ABOVE URL or send a message to:<br><a href="mailto:redhat-install-list-request@redhat.com">redhat-install-list-request@redhat.com</a>
<br>Subject: unsubscribe<br></blockquote></div><br><br clear="all"><br>-- <br>There are 10 types of people, those who understand binary and those who don't.