> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:ibm-m...@bama.ua.edu] On Behalf Of Kirk Wolf
> Sent: Friday, March 19, 2010 10:58 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: Crazy idea for a "desktop integration with z/OS" project?
> 
> John,
> 
> To me its an interesting idea.
> As you know, you can already do this from your Linux desktop:
> 
> fromdsn -ssh m...@zos //ZOS.DATASET > local.file
> todsn -ssh m...@zos //ZOS.DATASET < local.file
> 
> But each of these starts a new ssh session, which can take a bit of
> time to set up, so the idea of having a daemon on the client is kind
> of interesting.
> 
> I think that what you propose would not be that difficult if you were
> to write a client daemon that talked to Co:Z SFTP.  We already have
> the file transfer stuff, and have started to add the JES interface
> stuff  (to be completed this summer we hope).    If it were me, I
> would write the client daemon in Java and use the free jsch ssh/sftp
> client library.   This way, you don't have to write anything on z/OS
> and it would be totally secure (and portable).
> 
> Kirk Wolf
> Dovetailed Technologies
> http://dovetail.com

Hum, thanks for the information. That would be easier. I was trying to avoid 
the setup / teardown that goes on with SSH.

Some of the even wilder things that I was thinking might be able to go through 
this would be things like an SDSF display session (using the REXX api to send 
commands and get information back to the z/OS daemon). Running some TSO 
commands (the ones that work in a UNIX "address tso" REXX environment). Running 
z/OS UNIX commands, including scripts. 

Of course, for the file stuff, I could also look at the FUSE sshfs in Linux.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to