What level Z/OS SFTP do I have

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
Adam123
Posts: 6
Joined: Wed Mar 28, 2012 12:59 pm

What level Z/OS SFTP do I have

Post by Adam123 »

How do I display the Z/OS SFTP level I just inherited
dovetail
Site Admin
Posts: 2025
Joined: Thu Jul 29, 2004 12:12 pm

Re: What level Z/OS SFTP do I have

Post by dovetail »

If you are referring to "IBM Ported Tools OpenSSH", you can see what version you have by checking SMPE. You can also ask z/OS OpenSSH to print its version using this z/OS Unix command:

Code: Select all

/bin/ssh -V
If you are asking about Co:Z SFTP, then you can determine which version you have by issuing the command:

Code: Select all

cozsftp
But this will check the version of cozsftp that you have in your current path. Type in the full path to check a specific installation:

Code: Select all

/install/path/cozsftp
Post Reply