md5sums

Tom Wilson twilson
Tue Dec 21 09:36:46 PST 2004


On Mon, 2004-12-20 at 21:40, Michael Hipp wrote:
> Alma J Wetzker wrote:
> > Would you post, or send, the scripts?  They sound useful in and of 
> > themselves, but I am working on trying to do something that wget sounds 
> > good for and sample code is always the best place to start.
> 
> Actually there is only one I use nowadays. I call it 'wget.sh':
> 
> #!/bin/bash
> # A simple script to automate getting a list of files from various servers
> 
> # Create the list file (edit after the 'cat' line and before the EOF line)
> cat > "wget.list" <<EOF
> ftp://ftp.ibiblio.org/pub/linux/distributions/mepis/testing/ProMEPIS-2005.b02.iso.md5sum
> ftp://ftp.ibiblio.org/pub/linux/distributions/mepis/testing/ProMEPIS-2005.b02.iso
> EOF
> 
> wget    --background \
>      --append-output=wget.log \
>      --continue \
>      --tries=0 \
>      --wait=30 \
>      --limit-rate=30k \
>      --input-file=wget.list
> 
> # End

A question.  Why the slow limit on the download rate?  I can get about
300k/s through my pipe.  Is it safe to throttle it up a bit?

Tom Wilson 
McSwain Carpets 
513.771.1400 x4433 
----- 
Scrubbing floors and emptying bedpans has as much dignity as the
Presidency. -- Richard Nixon


More information about the Linux-users mailing list