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 diagram
   .-ANONYMOUSFILETYPEJES FALSE------.   
>>-+---------------------------------+-------------------------><
   '-ANONYMOUSFILETYPEJES--+-FALSE-+-'   
                           '-TRUE--'     

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.

Related topics