Gil,

Doesn't Connect Direct or whatever it's called do that, let you transfer a file 
and submit a job..?

Scott ford
www.identityforge.com
from my IPAD




> On Apr 3, 2014, at 5:10 PM, Paul Gilmartin <[email protected]> wrote:
> 
>> On Thu, 3 Apr 2014 14:03:24 -0700, Charles Mills wrote:
>> 
>> Just confirming what I RTFM: there is no way for an FTP client to directly
>> execute a TSO command on a remote z/OS system - is that right? Is there some
>> clever hack that I am missing?
>> 
>> This would be real useful, no? The ability - in this case, what I am trying
>> to do - to upload a TSO XMIT file and then run a RECEIVE on it.
>> 
>> Yes, I know I can run a job on the remote machine and the job could be batch
>> TSO. I am looking for something a little more straightforward than that.
> ssh.  I regularly issue:
> 
>    ( cd local-directory &&amp; tar -cf - . ) | ssh user@remote "cd remote 
> directory &&amp; tar -xvf -"
> 
> (but not so much on z/OS as on other OSes).
> 
> The PITA with RECEIVE is replying to the PITA prompt.
> 
> (I'd hardly be surprised to hear a better suggestion from Dovetailed.)
> 
> -- gil
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to