-----Original Message----- From: Rob van der Heij <[EMAIL PROTECTED]>
> http://vm.marist.edu/~pipeline/ > DMSSTT062E Invalid character ~ in fileid ~pipelin Correct, there was a typo and the enhancements I did later don't survive the test. Make it: wget http://vm.marist.edu/~pipeline/index.html I'll try. > FPLSCB027E Entry point HTTPSPLI not > found That's because you need more recent plumbing that has the HTTPSPLIT stage. Ah, my. Where do I go to get that? > I'd need to proxify it to penetrate our firewall. Should > I try PIPE WGET instead? Arguments? Context? Various proxies do things differently, but I have certainly used this scheme through a proxy as well. I've seen shops where you just have basic authentication and use the target host name in the URL. I could not see from your code how your proxy works. I may have masked too much. Where the direct approach would be: connect server GET path Our proxy (which I thought pretty conventional) requires: connect proxy GET http://server/path I can do that in the Rexx, or ignore it inside the firewall. Have you an example for WGET REXX? Thanks again, gil
