Secure File Transfer for Mainframe systems
- Dhinesh
Looking for relevant DataCenter Whitepapers? Visit the SearchDataCenter.com Research Library.
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.