HP3000-L Archives

February 2001, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Sat, 24 Feb 2001 17:24:11 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (16 lines)
GNU wget for MPE/iX might work, if used with the right command
line options. I seem to recall that it times out after a while
if the target server does not respond, and it has some option
to limit the number of retries to one. Not sure what it offers
for checking success or failure. Maybe $? in the Shell or CJCW.

Maybe something similar to the following would work...

:purge ./index.html
:xeq /usr/local/bin/wget "--retries=1 http://my3000/index.html"
:if not finfo("./index.html", "exists")
:  tellop *** Can you please have a look at our web server?
:endif

Lars (haven't tried it, just a wild guess here)

ATOM RSS1 RSS2