z/OS FTP servers and clients can log their work to the z/OS System Management Facility (SMF). They do not do so by default, however. Configure FTP-to-SMF logging as described below. 1. Configure the TCP/IP stack to write SMF 119 records for FTP client activity. To the stack's configuration add the following SMFCONFIG statement: SMFCONFIG TYPE119 FTPCLIENT You can add the statement by editing the stack's configuration member, TCPIP.PROFILE, then re-starting the stack. Or you can add the statement dynamically with an obeyfile command: V TCPIP,TCPIP,O,TCPIP.PROFILE(membername) where membername is a member that contains the SMFCONFIG statement. 2. Configure the z/OS FTP server to write SMF 119 records. In the server configuration member, typically named TCPIP.FTP.DATA, add the parameters shown below, then re-start the server: ;************************************************************* ; NAME OF FILE: TCPIP.SEZAINST(FTPSDATA) * ; DESCRIPTIVE NAME: FTP.DATA (FOR OE-FTP SERVER) * ; SMP/E DISTRIBUTION NAME: EZAFTPAS * ; 5647-A01 (C) COPYRIGHT IBM CORP. 1997. * ; THIS FTP.DATA FILE IS USED TO SPECIFY DEFAULT * ; FILE AND DISK PARAMETERS USED BY THE FTP SERVER. * ;************************************************************* SMF TYPE119 ; SMF RECORDS USE STANDARD SUBTYPES SMFJES ; SMF RECORDING WHEN FILETYPE=JES SMFSQL ; SMF RECORDING WHEN FILETYPE=SQL ;*************************************************************