On Fri, Dec 03, 1999 at 01:10:24AM +0530, [EMAIL PROTECTED] wrote:
> Hello there,
> That was what I was thinking might be the problem.
> If so how do I tell wget to go into binary mode and also how do I
> check the checksums??
RTSL.
>From url.c:
/* If PATH ends with `;type=X', return the character X. */
static char
process_ftp_type (char *path)
In other words, use
wget http://www.foo.com/foo.rpm;type=I
You should be able to make out from the wget output if the ftp was
ASCII or binary.
To check the checksums, (assuming that the sums were md5), you can
use md5sum.
-Arun
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.