On 10/14/08 11:52, Ian S. Worthington wrote:
Hi Bruce --
Many thanks for that. It doesn't quite do everything I need though as it has
no way of issuing the MODE, TYPE, SENDSITE, and SITE commands required to
successfully FTP PUT data to an MVS dataset.
And those would be excellent candidates for commands entered via a
secondary input stage. With messages going to a secondary output
stage, defaulted to CONSOLE.
It's too bad about OCO; if FTPGET and FTPPUT were REXX stages employing
TCPCLIENT, they would be available for user enhancement.
(Can TCPCLIENT create the secondary data ports needed by FTP?)
------ Original Message ------
Received: Tue, 14 Oct 2008 06:22:17 PM BST
From: Bruce Hayden
On the VM downloads page at http://www.vm.ibm.com/download/packages/
find a package named DRPC. Inside of that package is a loadable
pipeline add on module that contains stages named ftpget and ftpput,
as well as some limited documentation on the stages.
-- gil