Need example: Steplib coding for FTP exit library

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

Need example: Steplib coding for FTP exit library

Post by Adam123 »

Can you give a specific example for coding the Steplib data set name in Z/OS SFTP Server Configuration definitions. The data set name is SYS2.FTP.EXITS
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: Need example: Steplib coding for FTP exit library

Post by dovetail »

The best approach would be to export the z/OS Unix STEPLIB environment variable in your sftp-server.rc script.

Here is information on customizing this script:
http://dovetail.com/docs/sftp/config.ht ... _server_rc

an example of a line you could add to this script would be:

Code: Select all

export STEPLIB="SYS2.FTP.EXITS"
Post Reply