Question

  Asked: Jul 13 2005   7:03 PM GMT
  Asked by: tsdnesh


Secure File Transfer for Mainframe systems


Mainframe, 390, DB2, California Security Breach Information Act, Application software, Security, Security management, Security products, Application security, Exchange, Instant Messaging, Encryption, Database, secure coding, VPN, Java

I would like to transfer files from Unix machine to Mainframe system (using Unix machine as client). The transfer process need to be secure (ie. data sent thro network should be encrypted using 128-bit encryption algorithm). I came to understand that SFTP server is not available for Mainframe systems and hence using SFTP is not an option. Please let me know any other alternatives for the "Secured File Transfer to Mainframe system".
- Dhinesh

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



Take a look at NDM (Network Data Mover). It is a secure (but expensive) solution.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on DataCenter, Database and CIO.

Looking for relevant DataCenter Whitepapers? Visit the SearchDataCenter.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

glennp7777  |   Jul 14 2005  3:19PM GMT

How about SSH, OpenSSH, rdist, rsync? Are any of these available for the mainframe?

 

MennoT  |   Jul 24 2005  5:42PM GMT

SFTP (which is part of the SSH package) *is* available on the mainframe, but has some limitations: it cannot directly access native datasets. An alternative is FTPS, which is FTP-over-TLS (previously SSL). As long as you don’t have to pass a firewall, it is a viable alternative.