Complete.Org: Mailing Lists: Archives: discussion: August 1999:
Re: Script help - was [aclug-L] Scropt help
Home

Re: Script help - was [aclug-L] Scropt help

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: Script help - was [aclug-L] Scropt help
From: Wayne White <wwhite@xxxxxxxxxxxxx>
Date: Fri, 20 Aug 1999 07:49:07 -0500
Reply-to: aclug-L@xxxxxxxxxxxx

Well, I've gotten it working with a simple script. Actually it's
two scripts, the second run by the first.

After connecting I run a script called "refresh." It goes like this:

tail /var/log/messages | grep local | awk '{ print $9 "/reunion.html" }'
>/temp/IP_num

ftp -vn southwind.net < ftp.put
 

And ftp.put looks like this:

user wwhite password 
binary
cd .www
delete IP_num
lcd /temp
put IP_num


This works very well. I sure appreciate everyone's help with it. Now I just
need to figure out how to get the web page to use the contents of IP_num as
the URL in the appropriate link. I thought that would be the easy part. Wrong.
I'll figure out something though. Any HTML gurus have any ideas about that?

Thanks again,

Wayne

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Just allow a fragment of your life. . .
        to wander free.
                E.J.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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