HP3000-L Archives

June 2000, Week 1

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:
Doug Werth <[log in to unmask]>
Reply To:
Doug Werth <[log in to unmask]>
Date:
Thu, 1 Jun 2000 09:12:06 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (38 lines)
In the "I can get that web page in X keystrokes" department, you can use
WGET ported by Lars.

shell/iX>cat ReadMe
This is a prototype of GNU wget v2 for MPE/iX by Lars Appel 26.dec.98

shell/iX>wget -O tempfile.html http://www.bixby.org/mark/perlix.html

Doug.

Doug Werth                             Beechglen Development Inc.
[log in to unmask]                               Cincinnati, Ohio

----- Original Message -----
From: "Wirt Atmar" <[log in to unmask]>
To: <[log in to unmask]>
Sent: Wednesday, May 31, 2000 22:39 PM
Subject: Re: Accessing Image: ODBC vs Sockets


> Michael Guerterman writes:
>
> >   Ok, I couldn't resist...
> >
> >    In Cold Fusion (albeit not native to MPE):
> >
> >    <CFHTTP URL="http://www.bixby.org/mark/perlix.html"
> >            RESOLVEURL = 1>
> >    </CFHTTP>
>
> Or, in Visual Basic:
>
>         HTTP1.URL = "http://www.bixby.org/mark/perlix.html"
>         HTTP1.LocalFile = "c:\tempfile.html"
>         HTTP1.Action = 1   '(download file)
>
> Wirt ("who couldn't resist either") Atmar

ATOM RSS1 RSS2