Secure File Transfer for Mainframe systems

Discussion in 'Site & Server Administration' started by kristinoh, Jan 16, 2008.

  1. #1
    Hi guys,
    I would like to transfer files from UNIX machine to Mainframe system (using UNIX machine as client). The transfer process needs to be secure (i.e. data sent thro network should be encrypted using 128-bit encryption algorithm). I came to know 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". Thanks!
     
    kristinoh, Jan 16, 2008 IP
  2. hillordjoe

    hillordjoe Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi, you can take a look at NDM (Network Data Mover). It is a secure solution but it’s very expensive and may be you cannot afford. Here is one another option that is called www dot jscape dot com JSCAPE Secure FTP Server. This is a platform independent managed file transfer server that supports FTP, secure FTP (FTP over SSL), SFTP/SSH, HTTP, HTTPS and WebDAV protocols. It greatly simplifies the process of securely exchanging data with trading partners and automation of file transfer processes, resulting in increased productivity and immediate return on investment.
    Hope this will help you!
    Good luck!
     
    hillordjoe, Jan 16, 2008 IP
  3. hans

    hans Well-Known Member

    Messages:
    2,923
    Likes Received:
    126
    Best Answers:
    1
    Trophy Points:
    173
    #3
    also check on availability for your platforms of

    scp

    and/or

    rsync

    both use secure connection as far as I know- I used both and normally only use rsync it has more options to verify file integrity, etc
     
    hans, Jan 18, 2008 IP
  4. jmf000

    jmf000 Peon

    Messages:
    46
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you can process files on mainframe you can just encrypt file before transfer, transfer it with insecure method and decrypt it on the mainframe. Mostly all systems have crypt utility or like.
     
    jmf000, Jan 18, 2008 IP