> Can any one recommend a secure ftp client for Linux that does SSL to > connect to the z/OS 1.4 ftp server. I'd prefer one that runs on both > 390 and Intel but if they have to be separate then I can live with > that. We are running SuSe if that makes any difference.
SCP (Secure Copy) and SFTP (Secure FTP) come with Linux (including SuSE). Your real question is where there is a daemon on z/OS that these can talk to, right? OpenSSH includes SCP and SFTP clients and servers and OpenSSH is available for z/OS. The web site says there are known problems with SFTP on z/OS, but nothing about problems with SCP. Check out: http://www.ibm.com/zseries/zos/unix/bpxa1toy.html Jim
