ANONYMOUSMVSINFO (FTP server) statement

Use the ANONYMOUSMVSINFO statement to specify the MVS™ data sets whose contents should be displayed when an anonymous user changes directory. The statement identifies a low-level qualifier (LLQ) to be appended to the current path whenever an anonymous FTP user changes directories to an MVS data set.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-ANONYMOUSMVSINFO--MVS-LLQ-----------------------------------><

Parameters

MVS-LLQ
The MVS-LLQ is the MVS low-level qualifier (LLQ) to be appended to the current MVS path whenever an anonymous FTP user changes directories to an MVS data set. If a data set matches the current path appended LLQ, the contents of the data set are to be returned to the FTP user and displayed to the end user (when the end user is an anonymous user).

Examples

To display a readme file the first time an anonymous user changes directory to high-level qualifiers, use the statement in the following example. In this example, an MVS high-level qualifier of productname might have a readme file for each product, and when an anonymous user changes directory to the product, the readme file would be displayed.
 ANONYMOUSMVSINFO README 

Usage notes

Related topics