| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: shell scripts using curl?
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Wed, 12 Jan 2005 23:00:05 +0100 (CET)
On Wed, 12 Jan 2005, Bill Mercer wrote:
> Among other things, I'm trying to set up a sort of custom mirroring script
I once made something like that in a perl script, but a quick and rough
#!/bin/sh
root="ftp://ftp.sunet.se/pub/gnu/autoconf/"
f=`echo $files| tr -d '\015'`
for each in $f; do
echo "check $each"
if [ -r $each ]; then
done
--
Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2005-01-12
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info