From owner-freebsd-questions@FreeBSD.ORG Sun Dec 25 17:20:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E6016A41F for ; Sun, 25 Dec 2005 17:20:06 +0000 (GMT) (envelope-from kwc@shell.TheWorld.com) Received: from TheWorld.com (pcls1.std.com [192.74.137.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAED143D4C for ; Sun, 25 Dec 2005 17:20:05 +0000 (GMT) (envelope-from kwc@shell.TheWorld.com) Received: from shell.TheWorld.com (root@shell01.theworld.com [192.74.137.71]) by TheWorld.com (8.12.8p1/8.12.8) with ESMTP id jBPHK1Wu003377; Sun, 25 Dec 2005 12:20:01 -0500 Received: (from kwc@localhost) by shell.TheWorld.com (8.9.3/8.9.3) id MAA16909536; Sun, 25 Dec 2005 12:15:10 -0500 (EST) Date: Sun, 25 Dec 2005 12:15:10 -0500 (EST) From: Kenneth W Cochran Message-Id: <200512251715.MAA16909536@shell.TheWorld.com> To: freebsd-questions@freebsd.org X-Spam-Status: No, score=-4.3 required=10.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pcls1.std.com X-Virus-Scanned: ClamAV 0.86rc1/1217/Sat Dec 24 09:39:31 2005 on pcls1.std.com X-Virus-Status: Clean Subject: fetch(1) vs browser download fails comparison X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2005 17:20:06 -0000 Hello: How might a file retrieved/downloaded by fetch(1) differ from the same file downloaded by a web browser (in this case mozilla & firefox)? Specifically, if I download the free version of ZoneAlarm for Windows (about 10mb) by each of these methods, I get the file(s) and they're both the same length, but they fail comparison, both by cmp(1) and by differing md5 hashes. As a counterexample, fetching OpenOffice (some 80mb or so) works fine & hash-verifies correctly. This same behavior is with both 4.10-stable and 5.4-release. Ideas? Please cc me any replies. Thanks, -kc