View previous topic :: View next topic
|
Author |
Message |
dharani.nagarajan
New User
Joined: 11 Nov 2010 Posts: 21 Location: India
|
|
|
|
Hi,
Can someone tell me how to find if there is SFTP available in the mainframe system.
Can you please also provide me a JCL that transmitts file from Mainframe to LINUX server using sftp.
Thanks,
Dharani |
|
Back to top |
|
|
Akatsukami
Global Moderator
Joined: 03 Oct 2009 Posts: 1787 Location: Bloomington, IL
|
|
|
|
dharani.nagarajan wrote: |
Can someone tell me how to find if there is SFTP available in the mainframe system. |
By asking your support workgroups.
Quote: |
Can you please also provide me a JCL that transmitts file from Mainframe to LINUX server using sftp. |
This will be site-dependent; ask your support workgroups. |
|
Back to top |
|
|
daveporcelan
Active Member
Joined: 01 Dec 2006 Posts: 792 Location: Pennsylvania
|
|
|
|
My understanding is that SFTP is not available on the z/OS portion of the Mainframe.
It is available on the Unix side however.
To bridge the gap, we acquired a product called Co:Z from Dovetailed Technologies.
Without this product, we were unable to SFTP from z/OS. |
|
Back to top |
|
|
janmejay Warnings : 1 New User
Joined: 22 Jun 2007 Posts: 85 Location: bangalore
|
|
|
|
To get to UNIX:
From any TSO command line type: “TSO ISHELL”, hit enter.
This brings you into the ISPF interface to the UNIX Shell.
You would see something like this
Enter a pathname and do one of these:
- Press Enter.
- Select an action bar choice.
- Specify an action code or command on the command line.
Return to this panel to work with a different pathname.
More:
________________________________________________________________
________________________________________________________________
________________________________________________________________
Here you need to create the directories of the file whcih will be used in SFTP.
See if this helps you.
Thanks!
PMD |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hi Dave,
Quote: |
My understanding is that SFTP is not available on the z/OS portion of the Mainframe. |
Is this the SFTP server or is there also no SFTP client in z/OS?
Currently one of my users runs lots of ftp processes to other hosts. Now they want the client process to be SFTP.
They neither want to use USS nor buy something . . .
Thoughts (anyone)?
Thanks,
d |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10889 Location: italy
|
|
Back to top |
|
|
daveporcelan
Active Member
Joined: 01 Dec 2006 Posts: 792 Location: Pennsylvania
|
|
|
|
We needed Co:Z for both the Server and Client side of z/OS.
The link Enrico provided is the company/product we have.
Do to the inportance of SFTP transmissions to our buisness, we chose to pay for the Gold level support. We found the support to be excellent. |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Thanks for the follow-up!
If i read dovetail correctly (only a once-over) it appears that this runs under USS.
Is there nothing yet that will run a normal batch sftp client on z/OS?
I'm slow, but i will get there
d |
|
Back to top |
|
|
daveporcelan
Active Member
Joined: 01 Dec 2006 Posts: 792 Location: Pennsylvania
|
|
|
|
Quote: |
Is there nothing yet that will run a normal batch sftp client on z/OS? |
That is correct. We went through USS (Unix System Services) for the SFTP using the Dovetailed product to bridge over to z/OS (in both directions). |
|
Back to top |
|
|
Ed Goodman
Active Member
Joined: 08 Jun 2011 Posts: 556 Location: USA
|
|
|
|
This always struck me as a weird gap for the IBM mainframe world.
I'm sure they COULD create an sFTP solution, I don't understand why they don't.
Is there a separately priced IBM product for this? |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10889 Location: italy
|
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
He's BaAack,
Earlier i mentioned: "They neither want to use USS nor buy something . . . " when talking about their using sFTP on the mainframe.
Things change . . . Their requirement for sFTP now outweighs their wants.
Their support people have put something together that invokes sFTP in USS. They are just learning . . . Their process includes steps that use BXPCOPY and BXPBATCH. These are IBM's.
Is anyone successfully using something like this to send/receive via sFTP?
If you can post an example that is running, it would be most helpful. Please modify anything that is site-specific noting the change.
Most appreciated! |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
Back to top |
|
|
|