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!
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!
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
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.