On Wed, Aug 08, 2007 at 10:01:40AM -0400, Kurt Miller wrote:
> Someone else reported this to me but I can't reproduce it. In
> their case using wget to retrieve the xalan-j_2_7_0-bin.tar.gz
> distfile resolved the issue of the server closing the connection
> prematurely and borking the distfile.

Works for me too, using our in-tree ftp client:

$ ftp http://www.apache.org/dist/xml/xalan-j/xalan-j_2_7_0-bin.tar.gz
$ md5 -b xalan*
1SbQhIyIYHzk46Ck7bddUA==
# quick way to tell if one distfile matches without fetching the others
$ grep $(md5 -b xalan* | awk '{print $NF}') distinfo
MD5 (xalan-j_2_7_0-bin.tar.gz) = 1SbQhIyIYHzk46Ck7bddUA==

Fetch works, checksums match.

Reply via email to