Re: Script help - was [aclug-L] Scropt help
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- [aclug-L] Scropt help, Wayne White, 1999/08/16
- Re: [aclug-L] Scropt help, Dale W Hodge, 1999/08/16
- Re: [aclug-L] Scropt help, Jeff, 1999/08/17
- Re: [aclug-L] Scropt help, Sanjay Dhar, 1999/08/17
- Re: [aclug-L] Scropt help, Clint A. Brubakken, 1999/08/17
|
|