ANONYMOUSFILETYPEJES (FTP server) statement

Use the ANONYMOUSFILETYPEJES statement to control the access of anonymous users to the FTP server running in JES operation mode (FILETYPE=JES).

Restriction: The ANONYMOUSFILETYPEJES statement is recognized only when ANYMOUSLEVEL 3 or greater is specified.

Syntax

Read syntax diagramSkip visual syntax diagramANONYMOUSFILETYPEJES FALSEANONYMOUSFILETYPEJESFALSETRUE

Parameters

TRUE
Anonymous users can log in to an FTP server running with the FILETYPE=JES setting, and anonymous users can issue the SITE FILETYPE=JES command.
FALSE
Anonymous users cannot log in to an FTP server running with the FILETYPE=JES setting, and anonymous users cannot issue the SITE FILETYPE=JES command.

Examples

Set the anonymous environment to allow anonymous clients to enter SITE FILETYPE=JES:
ANONYMOUSFILETYPEJES TRUE

Usage notes

If you specify the FILETYPE statement, its setting must be consistent with the ANONYMOUSFILEYTPEJES setting or anonymous users are not able to log in to FTP.

When ANONYMOUS is enabled, it is recommended that ANONYMOUSLEVEL be set to 3 and ANONYMOUSFILETYPEJES be set to FALSE. Otherwise, anonymous users can submit jobs to the system. You can use IBM® Health Checker CSAPP_FTPD_ANONYMOUS_JES to detect whether anonymous users can submit jobs to the system. For more details about IBM Health Checker, see z/OS Communications Server: IP Diagnosis Guide.

Related topics