HP3000-L Archives

November 2001, Week 3

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:
"Bartram, Chris" <[log in to unmask]>
Reply To:
Bartram, Chris
Date:
Mon, 19 Nov 2001 15:55:19 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (77 lines)
Here's a command file I use here to run wget through our firewall/proxy.

PARM quiet="Y",url="http://www.destinationURLhere.com"

setvar localf "./JUNK"

if "!quiet"<>"N" then
  setvar _quiet "-q "
 else
  setvar _quiet ""
endif

setvar webproxy "firewall.acme.com"

continue
purge !localf > $NULL
purge URLF,temp > $NULL
purge URLF > $NULL
echo !url > URLF
save URLF

setvar inp "!_quiet-O !localf -i ./URLF"

if "!webproxy"<>"" then

  echo export http_proxy=!webproxy                      > INP2
  echo /SYS/UTIL/WGET !inp                              >> INP2
  echo exit                                             >> INP2

  xeq sh.hpbin.sys < INP2

 else

  WGET.UTIL.SYS "!inp"

endif

continue
purge ERRORF,temp  > $NULL
purge INP,TEMP     > $NULL
purge INP2,TEMP    > $NULL
purge URLF         > $NULL
purge !localf      > $NULL




                -----Original Message-----
                From:   JIM McINTOSH [mailto:[log in to unmask]]
                Sent:   Friday, November 16, 2001 8:46 PM
                To:     [log in to unmask]
                Subject:        [HP3000-L] Seeking help with WGET

                Gentle Listers:

                I tried WGET for the first time today however when I attempt
to connect to
                JAZZ, it eventually times out.  I am able to ftp from the
3000 to JAZZ.  I
                suspect a network/gateway/DNS problem, but I do not know
where to start.
                Would someone please kind enough to get me started?  What
should I look at
                first?

                Thank you.

                Jim McIntosh

                * To join/leave the list, search archives, change list
settings, *
                * etc., please visit
http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2