bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] wget


From: Paul Anthony Judd
Subject: [Bug-wget] wget
Date: Sat, 06 Jun 2009 22:50:49 +1000

I used wget to down load the file over a couple of months (bandwidth
limit) via this script
#! /bin/bash
ls -l ./CAELinux2008.iso
wget -c -P ./
ftp://cae-linux:address@hidden/distrib/caelinux2008.1/CAELinux2008.iso.md5sum
wget -Q $1 -c -P ./
ftp://cae-linux:address@hidden/distrib/caelinux2008.1/CAELinux2008.iso

However I have a file that is larger than original, md5sums obviously do
not match. How can one check that wget is not including errors or
getting lost on file?

# wget -V
GNU Wget 1.11.4

Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Originally written by Hrvoje Niksic <address@hidden>.
Currently maintained by Micah Cowan <address@hidden>.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]