Howard Rifkind wrote:
Ulrich,
Can sFTP and FTP reside within the same z/OS partition and be used at the same time? For instance, one person is FPT'ing a secure document using sFTP and another is using just plain old FTP for something else


You could use three different kinds of file transfer on the same LPAR at the same time:

The FTP server can be used for unencrypted FTP, "ftp:" or "plain old FTP") and for encrypted file transfer, "ftps:". You can use the same ftpd server, typically with two different ports for ftp: and ftps:.

To use sftp:, you need to install the "IBM Ported Tools for z/OS UNIX". This is an official and supported IBM port of OpenSSH. It is independent of the ftpd server and can coexist with it (different port numbers are used).
--
Ulrich Boche
SVA GmbH, Germany
IBM Premier Business Partner

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to