Data set structure view (DIRECTORYMODE)

Indicate whether FTP should treat only the data set qualifier immediately below the directory as an entry in the directory or if all data set qualifiers below the current directory are treated as entries in the directory.

Example

If you select, "Operate with all fully qualified data sets", the client will see:

ftp> ls
200 Port request OK.
125 List started OK
AREADME
BAILEY
BAILEY.CONFIG.SPX001.I2.TEMP
BAILEY.TRANS
EZACIMJA
ISPF.ISPPROF
XMLS
XX.AREADME
250 List completed successfully.
101 bytes received in 0.03 seconds (3.37 Kbytes/sec)

If you select, "Operate with only first LLQ token", the client will see:

ftp> ls
200 Port request OK.
125 List started OK
AREADME
BAILEY
BAILEY
EZACIMJA
ISPF
XMLS
XX
250 List completed successfully.
51 bytes received in 0.03 seconds (1.70 Kbytes/sec)

This setting is available both when configuring an FTP client and an FTP server. It is applicable to the client when issuing the MPUT command. It is applicable to the server when issuing the MGET, LS, DIR and MDELETE commands.