Execute a Unix Shell Script via Mainframe FTP

2007-07-31 Thread Allen Thennes
I am trying to execute a Unix Shell Script from the Mainframe via a FTP process. Can it be done? If so, can you provide a sample setup. Regards, Allen Thennes IT- Production Support Walgreen Co. (847) 788-4648 -- For IBM-MA

Re: Execute a Unix Shell Script via Mainframe FTP

2007-07-31 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Allen Thennes > Sent: Tuesday, July 31, 2007 9:59 AM > To: IBM-MAIN@BAMA.UA.EDU > Subject: Execute a Unix Shell Script via Mainframe FTP > > > I am trying to

Re: Execute a Unix Shell Script via Mainframe FTP

2007-07-31 Thread Jim McAlpine
On 7/31/07, Allen Thennes <[EMAIL PROTECTED]> wrote: > > I am trying to execute a Unix Shell Script from the Mainframe via a FTP > process. > > Can it be done? > > If so, can you provide a sample setup. > > Regards, > > Allen Thennes > IT- Production Support > Walgreen Co. > (847) 788-4648 > >

Re: Execute a Unix Shell Script via Mainframe FTP

2007-07-31 Thread Kirk Wolf
FTP doesn't allow for remote execution of scripts. Our Co:Z Co-Processing Toolkit allows you to do this (over an SSH connection). It also allows the Unix shell script read and write access to MVS datasets over the same encrypted connection. Output and return codes from the remote shell script a

Re: Execute a Unix Shell Script via Mainframe FTP

2007-07-31 Thread Mark Jacobs
Jim McAlpine wrote: On 7/31/07, Allen Thennes <[EMAIL PROTECTED]> wrote: I am trying to execute a Unix Shell Script from the Mainframe via a FTP process. Can it be done? If so, can you provide a sample setup. Regards, Allen Thennes IT- Production Support Walgreen Co. (847) 788-4648 -

Re: Execute a Unix Shell Script via Mainframe FTP

2007-09-04 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 07/31/2007 at 09:58 AM, Allen Thennes <[EMAIL PROTECTED]> said: >I am trying to execute a Unix Shell Script from the Mainframe via a >FTP process. FTP doesn't do that, although you could certainly submit a batch job to run a shell script. Why not use SSH? --