ANONYMOUSFTPLOGGING (FTP server) statement

Use the ANONYMOUSFTPLOGGING statement to indicate whether the FTP server should log FTP server activity for an anonymous user. The following types of activities are logged:
  • Connectivity
  • Authentication
  • Access
  • Allocation
  • Deallocation
  • Data transfer
  • JES job submission
  • SQL query
  • Abnormal end

The activities are logged in the SYSLOGD file. Each logging entry has a message number.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-ANONYMOUSFTPLOGGING FALSE------.   
>>-+--------------------------------+--------------------------><
   '-ANONYMOUSFTPLOGGING--+-TRUE--+-'   
                          '-FALSE-'     

Parameters

TRUE
The FTP server should log FTP session activity.

When ANONYMOUSFTPLOGGING is TRUE, a long delay in login processing might occur because the FTP server issues a DNS query to resolve the remote host IP address.

FALSE
The FTP server should not log FTP session activity.

Examples

To request that the FTP server log session activity for an anonymous user:
ANONYMOUSFTPLOGGING TRUE

Usage notes

Related topics

See FTPLOGGING (FTP server) statement to control logging for a non-anonymous user.