z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


FTP daemon configuration record (subtype 71)

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

The FTP daemon configuration data SMF record is collected when the z/OS® FTP daemon listens successfully on the listening port for the first time. FTP daemon configuration data is collected from START parameters, the FTP.DATA data set, the TCPIP.DATA data set, and UNIX environment variables.
The configuration data is provided in the following sections:
  • FTP daemon identification section

    This section provides information, such as job name and ASID, that identifies which FTP daemon this record is collected for.

  • FTP daemon general configuration section

    This section provides configuration information for the statements whose value has a fixed length.

  • FTP daemon configuration data section
    This section provides configuration information for the statements whose value has a variable length. This section is a set of variable-length entries for each statement. Each entry contains the following fields:
    • Total length of the entry
    • Key of the entry to identify the statement that the entry represents
    • Value that is specified for the statement
    In this section, entries are provided only for statements that are explicitly specified or have default values. Use the key of each entry to determine which statements are specified.
    Rule: All fields that contain EBCDIC values are padded with EBCDIC blanks (X'40') and are set to EBCDIC blanks if the field does not contain a value.

Table 1 shows FTP daemon configuration record self-defining section.

Table 1. FTP daemon configuration record self-defining section
Offset Name Length Format Description
0(X'0') Standard SMF Header 24   Standard SMF header; subtype is 71 (X'47')
Self-defining section
24(X'18') SMF119SD_TRN 2 Binary Number of triplets in this record (4)
26(X'1A')   2 Binary Reserved
28(X'1C') SMF119IDOff 4 Binary Offset to TCP/IP identification section
32(X'20') SMF119IDLen 2 Binary Length of TCP/IP identification section
34(X'22') SMF119IDNum 2 Binary Number of TCP/IP identification sections
36(X'24') SMF119S1Off 4 Binary Offset to FTP daemon identification section
40(X'28') SMF119S1Len 2 Binary Length of FTP daemon identification section
42(X'2A') SMF119S1Num 2 Binary Number of FTP daemon identification sections
44(X'2C') SMF119S2Off 4 Binary Offset to FTP daemon general configuration section
48(X'30') SMF119S2Len 2 Binary Length of FTP daemon general configuration section
50(X'32') SMF119S2Num 2 Binary Number of FTP daemon general configuration sections
52(X'34') SMF119S3Off 4 Binary Offset to FTP daemon configuration data section
56(X'38') SMF119S3Len 2 Binary Length of FTP daemon configuration data section
58(X'3A') SMF119S3Num 2 Binary Number of FTP daemon configuration data section
For more information about the TCP/IP stack identification section, see Table 1 in the Common TCP/IP identification section. To the FTP daemon configuration record, the TCP/IP stack identification section indicates FTPD as the sub component and X'08' (event record) as the record reason.
Table 2 shows FTP Daemon Identification Section:
Table 2. FTP daemon identification section
Offset Name Length Format Description
0(X'0') SMF119FT_FDIdent 4 EBCDIC FDID eyecatcher
4(X'4') SMF119FT_FDJobName 8 EBCDIC Job name of the FTP daemon
12(X'C') SMF119FT_FDASID 2 Binary ASID of the FTP daemon address space
14(X'0E') SMF119FT_FDrsvd1 2 Binary Unused, available
16(X'10') SMF119FT_FDStartTime 4 Binary Time the FTP daemon started (UTC)
20(X'14') SMF119FT_FDStartDate 4 Binary Date the FTP daemon started
24(X'18') SMF119FT_FDUserID 8 EBCDIC User ID that started this FTP daemon
32(X'20') SMF119FT_FDUToken 80 Binary User token of the user that started the FTP daemon
Table 3 shows FTP Daemon General Configuration Section.
Table 3. FTP daemon general configuration section
Offset Name Length Format Description
0(X'0') SMF119FT_FDCFIdent 4 EBCDIC FDCF eyecatcher
4(X'4') SMF119FT_FDCF_Flags 8 BIT(64) Configuration flags
SMF119FT_FDCFAccErrMsg   1... .... ACCESSERRORMSGS statement
0
FALSE
1
TRUE
SMF119FT_FDCFAnonSurr   .1.. .... ANONYMOUS statement
1
Indicates user_id/SURROGATE is configured.
SMF119FT_FDCFAnonSysHFS   ..1. …. ANONYMOUSFILEACCESS statement
1
Allows anonymous users access to z/OS UNIX System Service files.
SMF119FT_FDCFAnonSysMVS   ...1 …. ANONYMOUSFILEACCESS statement
1
Allows anonymous users access to MVS™ data sets.
SMF119FT_FDCFAnonFTJES   .... 1... ANONYMOUSFILETYPEJES statement
0
FALSE
1
TRUE
SMF119FT_FDCFAnonFTSEQ   .... .1.. ANONYMOUSFILETYPESEQ statement
0
FALSE
1
TRUE
SMF119FT_FDCFAnonFTSQL   .... ..1. ANONYMOUSFILETYPESQL statement
0
FALSE
1
TRUE
SMF119FT_FDCFAnonFTPLog   .... ...1 ANONYMOUSFTPLOGGING statement
0
FALSE
1
TRUE
5(X'5') SMF119FT_FDCFAsatrans   1... .... ASATRANS statement
0
FALSE
1
TRUE
SMF119FT_FDCFAutoMount   .1.. .... AUTOMOUNT statement
0
FALSE
1
TRUE
SMF119FT_FDCFAuRecall   ..1. …. AUTORECALL statement
0
FALSE
1
TRUE
SMF119FT_FDCFAuTapeMount   ...1 …. AUTOTAPEMOUNT statement
0
FALSE
1
TRUE
SMF119FT_FDCFChkConfidence   .... 1... CHKCONFIDENCE statement
0
FALSE
1
TRUE
SMF119FT_FDCFDBSub   .... .1.. DBSUB statement
0
FALSE
1
TRUE
SMF119FT_FDCFDebugOnSite   .... ..1. DEBUGONSITE statement
0
FALSE
1
TRUE
SMF119FT_FDCFDirMode   .... ...1 DIRECTORYMODE statement
0
FALSE
1
TRUE
6(X'6') SMF119FT_FDCFDumpOnSite   1... .... DUMPONSITE statement
SMF119FT_FDCFFTPLogging   .1.. .... FTPLOGGING statement
  • TRUE
    • SMF119FT_FDCFTPLogging - 1
    • SMF119FT_FDCdsnlookup - 1
  • FALAE
    • SMF119FT_FDCFTPLogging - 0
    • SMF119FT_FDCdsnlookup - 0
  • TRUENODNS
    • SMF119FT_FDCFTPLogging - 1
    • SMF119FT_FDCdsnlookup - 0
SMF119FT_FDCFdsnlookup   ..1. ….
SMF119FT_FDCFISPFStats   ...1 …. ISPFSTATS statement
0
FALSE
1
TRUE
SMF119FT_FDCFJESGetByDsn   .... 1... JESGETBYDSN statement
0
FALSE
1
TRUE
SMF119FT_FDCFListSubDir   .... .1.. LISTSUBDIR statement
0
FALSE
1
TRUE
SMF119FT_FDCFMBReLastEOL   .... ..1. MBREQUIRELASTEOL statement
0
FALSE
1
TRUE
SMF119FT_FDCFNonSwapd   .... ...1 NONSWAPD statement
0
FALSE
1
TRUE
7(X'7') SMF119FT_FDCFPassPhrase   1... .... PASSPHRASE statement
0
FALSE
1
TRUE
SMF119FT_FDCFPortEntry4   .1.. .... PORTOFENTRY4 statement
0
FALSE
1
TRUE
SMF119FT_FDCFQuoteOver   ..1. …. QUOTESOVERRIDE statement
0
FALSE
1
TRUE
SMF119FT_FDCFRDW   ...1 …. RDW statement
0
FALSE
1
TRUE
SMF119FT_FDCFRemoveinbEOF   .... 1... REMOVEINBEOF statement
0
FALSE
1
TRUE
SMF119FT_FDCFReply226   .... .1.. REPLY226 statement
0
FALSE
1
TRUE
SMF119FT_FDCFRestput   .... ..1. RESTPUT statement
0
FALSE
1
TRUE
SMF119FT_FDCFSBSUB   .... ...1 SBSUB statement
0
FALSE
1
TRUE
8(X'8') SMF119FT_FDCFSBisSpace   1... .... SBSUBCHAR statement
1
The substitution character to be SPACE
SMF119FT_FDCFSecImpZos   .1.. .... SECUREIMPLICITZOS statement
0
FALSE
1
TRUE
SMF119FT_FDCFSpread   ..1. …. SPREAD statement
0
FALSE
1
TRUE
SMF119FT_FDCFSMFSTD   ...1 …. SMF statement
1
Indicates that all FTP server SMF records of type118 are issued with the standard subtypes
SMF119FT_FDCFSMFType119   .... 1... SMF statement
1
Indicates that all FTP server SMF records of type119 are issued
SMF119FT_FDCFSMFexit   .... .1.. SMFEXIT statement
1
Indicates that user exit FTPSMFEX is called before writing the Type118 SMF record to SMF data sets
SMF119FT_FDCFSMFJes   .... ..1. SMFJES statement
1
To record SMF type 118 records for STOR when FILETYPE=JES
SMF119FT_FDCFSMFJes119   .... ...1 SMFJES statement
1
To record SMF type 119 records for STOR when FILETYPE=JES
9(X'9') SMF119FT_FDCFSMFSql   1... .... SMFSQL statement
1
To record SMF type 118 records for RETR when FILETYPE=SQL
SMF119FT_FDCFSMFSql119   .1.. .... SMFSQL statement
1
To record SMF type 119 records for RETR when FILETYPE=SQL
SMF119FT_FDCFSuppIgWar   ..1. …. SUPPRESSIGNOREWARNINGS statement
0
FALSE
1
TRUE
SMF119FT_FDCFTapReadStram   ...1 …. TAPEREADSTREAM statement
0
FALSE
1
TRUE
SMF119FT_FDCFTraBlanks   .... 1... TRAILINGBLANKS statement
0
FALSE
1
TRUE
SMF119FT_FDCFTruncate   .... .1.. TRUNCATE statement
0
FALSE
1
TRUE
SMF119FT_FDCFUcsSub   .... ..1. UCSSUB statement
0
FALSE
1
TRUE
SMF119FT_FDCFUcsTrunc   .... ...1 UCSTRUNC statement
0
FALSE
1
TRUE
A(X'A') SMF119FT_FDCFVerifyUser   1... .... VERIFYUSER statement
0
FALSE
1
TRUE
SMF119FT_FDCFWapRec   .1.. .... WRAPRECORD statement
0
FALSE
1
TRUE
SMF119FT_FDCFTapefastIO   ..1. …. WRTAPEFASTIO statement
0
FALSE
1
TRUE
SMF119FT_FDCFFTchkip   ...1 …. FTCHKIP_FLAG statement
1
Server user exit FTCHKIP found
SMF119FT_FDCFFTRsvd1   .... 1111 Reserved
B(X'B') SMF119FT_FDCFFTRsvd2 1 BIT(8) Reserved
C(X'C') SMF119FT_FDCFAnonUser 8 EBCDIC ANONYMOUS statement
Guidelines:
  • If ANONYMOUS is not set, the value defaults to blanks.
  • If ANONYMOUS is set without user_id, the value is ANONYMO.
20(X'14') SMF119FT_FDCFAnonPass 8 EBCDIC ANONYMOUS statement
Guidelines:
  • If the password is set, the value is set and the password is not displayed explicitly.
  • If the password is not set, the value defaults to blanks.
28(X'1C') SMF119FT_FDCFAnonHFSDirM 4 Binary ANONYMOUSHFSDIRMODE statement. The three octal digits describe the mode bits, which are used for directories that anonymous users create.
32(X'20') SMF119FT_FDCFAnonHFSFileM 4 Binary ANONYMOUSHFSFILEMODE statement. The three octal digits describe that the mode bits used for storing files are created by anonymous users
36(X'24') SMF119FT_FDCFAnonLevel 4 Binary ANONYMOUSLEVEL statement
40(X'28') SMF119FT_FDCFBlksize 4 Binary BLKSIZE statement
44(X'2C') SMF119FT_FDCFBufno 4 Binary BUFNO statement
48(X'30') SMF119FT_FDCFCcxlateInit 8 EBCDIC CCXLATE statement
Guideline: The value defaults to blanks if the statement is not set.
56(X'38') SMF119FT_FDCFChkptint 4 Binary CHKPTINT statement
60(X'3C') SMF119FT_FDCFCondDisp 1 EBCDIC CONDDISP statement
C
CATLG
D
DELETE
61(X'3D') SMF119FT_FDCFemailAddrChk 7 EBCDIC EMAILADDRCHECK statement
68(X'44') SMF119FT_FDCFDataClass 8 EBCDIC DATACLASS statement
Guideline: The value defaults to blanks if the statement is not set.
76(X'4C') SMF119FT_FDCFDataKeepAlive 4 Binary DATAKEEPALIVE statement
80(X'50') SMF119FT_FDCFDataTimeOut 4 Binary DATATIMEOUT statement
84(X'54') SMF119FT_FDCFDB2Name 4 EBCDIC DB2® statement
88(X'58') SMF119FT_FDCFDB2plan 8 EBCDIC DB2PLAN statement
96(X'60') SMF119FT_FDCFDConnTime 4 Binary DCONNTIME statement
100(X'64') SMF119FT_FDCFDebug 4 Binary DEBUG statement
Guideline: The value defaults to 0 if the statement is not set.

X'80000000' : FLO
X'40000000' : CMD
X'20000000' : ERR
X'10000000' : PAR
X'08000000' : INT
X'04000000' : ACC
X'02000000' : UTL
X'01000000' : SEC
X'00800000' : FS1
X'00400000' : FS2
X'00200000' : FS3
X'00100000' : FS4
X'00080000' : FS5
X'00040000' : FS6
X'00020000' : FS7
X'00010000' : FS8
X'00008000' : SOC1
X'00004000' : SOC2
X'00002000' : SOC3
X'00001000' : SOC4
X'00000800' : SOC5
X'00000400' : SOC6
X'00000200' : SOC7
X'00000100' : SOC8
X'00000080' : JES
X'00000040' : SQL
X'00000020' : UTA
X'00000010' : UTB
X'00000008' : UTC
X'00000004' : UTD
X'00000002' : UTE

104(X'68') SMF119FT_FDCFdestnode 8 EBCDIC DEST statement
Guideline: The destnode value defaults to blanks if the statement is not set.
112(X'70') SMF119FT_FDCFdestuser 8 EBCDIC DEST statement
Guideline: The destuser value defaults to blanks if the statement is not set.
120(X'78') SMF119FT_FDCFDirctory 4 Binary DIRECTORY statement
124(X'7C') SMF119FT_FDCFDSNType 4 Binary DSNTYPE statement
0
SYSTEM
1
LARGE
2
BASIC
128(X'80') SMF119FT_FDCFDSWaitTime 4 Binary DSWAITTIME statement
132(X'84') SMF119FT_FDCFDSWaitTimeRep 4 Binary DSWAITTIMEREPLY statement
136(X'88') SMF119FT_FDCFEATTR 4 Binary EATTR statement
0
NO
1
OPT
140(X'8C') SMF119FT_FDCFEncoding 1 EBCDIC ENCODING statement
M
MBCS
S
SBCS
141(X'8D') SMF119FT_FDCFMigrateVol 6 EBCDIC MIGRATEVOL statement
147(X'93') SMF119FT_FDCFPasvDataConn 1 EBCDIC PASSIVEDATACONN statement
U
UNRESTRICTED
N
NOREDIREC
148(X'94') SMF119FT_FDCFExtensions 4 Binary EXTENSIONS statement
Guideline: The value defaults to 0 if the statement is not set.
X'0001'
Enables the FTP Server to respond to the SIZE command.
X'0002'
Enables the FTP Server to respond to the MDTM command.
X'0004'
Enables the FTP server to respond to the LANG command, and to use UTF–8 encoding of pathnames on the control connection.
X'0008'
Enables the FTP server to restart stream mode file transfers.
X'0010'
Specifies that GSSAPI authentication is supported.
X'0020'
Specifies that TLS authentication is supported.
152(X'98') SMF119FT_FDCFFIFOTime 4 Binary FIFOIOTIME statement
156(X'9C') SMF119FT_FDCFFIFOpenTime 4 Binary FIFOOPENTIME statement
160(X'A0') SMF119FT_FDCFFileType 4 Binary FILETYPE statement
1
SEQ
2
JES
3
SQL
164(X'A4') SMF119FT_FDCFTPKeepAlive 4 Binary FTPKEEPALIVE statement
168(X'A8') SMF119FT_FDCFInActive 4 Binary INACTIVE statement
172(X'AC') SMF119FT_FDCFJESLimit 4 Binary JESENTRYLIMIT statement
176(X'B0') SMF119FT_FDCFJESIntLevel 4 Binary JESINTERFACELEVEL statement
180(X'B4') SMF119FT_FDCFJESLrecl 4 Binary JESLRECL statement
184(X'B8') SMF119FT_FDCFJESPGTO 4 Binary JESPUTGETTO statement
188(X'BC') SMF119FT_FDCFJESrefcm 4 Binary JESRECFM statement
128
F
64
V
-1
*
192(X'C0') SMF119FT_FDCFListLevel 4 Binary LISTLEVEL statement
196(X'C4') SMF119FT_FDCFlrecl 4 Binary LRECL statement
200(X'C8') SMF119FT_FDCFMBSendEOL 4 Binary MBSENDEOL statement
0
CRLF
1
CR
2
LF
3
NONE
204(X'CC') SMF119FT_FDCFMgmtClass 8 EBCDIC MGMTCLASS statement
Guideline: The value defaults to blanks if the statement is not set.
212(X'D4') SMF119FT_FDCFLowPasvDataPort 4 Binary PASSIVEDATAPORTS statement
Guideline: The lowPassiveDataPort value defaults to 0 if the statement is not set.
216(X'D8') SMF119FT_FDCFHighPasvDataPort 4 Binary PASSIVEDATAPORTS statement
Guideline: The highPassiveDataPort value defaults to blanks if the statement is not set.
220(X'DC') SMF119FT_FDCFPDSType 1 EBCDIC PDSTYPE statement
P
PDSE
E
PDSE
U
UNDEFINE
221(X'DD') SMF119FT_FDCFPortcmd 1 EBCDIC PORTCOMMAND statement
A
ACCEPT
R
REJECT
222(X'DE') SMF119FT_FDCFPortcmdIPAddr 1 EBCDIC PORTCOMMANDIPADDR statement
N
NOREDIRECT
U
UNRESTRICTED
223(X'DF') SMF119FT_FDCFPortcmdPort 1 EBCDIC PORTCOMMANDPORT statement
N
NOLOWPORTS
U
UNRESTRICTED
224(X'E0') SMF119FT_FDCFRecfm 4 EBCDIC RECFM statement
228(X'E4') SMF119FT_FDCFPrimary 4 Binary PRIMARY statement
232(X'E8') SMF119FT_FDCFRlySecLevel 4 Binary REPLYSECURITYLEVEL statement
236(X'EC') SMF119FT_FDCFRetpt 4 Binary RETPD statement
Guideline: The value defaults to -1 if the statement is not set.
240(X'F0') SMF119FT_FDCFSBSendEOL 4 Binary SBSENDEOL statement
0
CRLF
1
CR
2
LF
3
NONE
244(X'F4') SMF119FT_FDCFSecondary 4 Binary SECONDARY statement
248(X'F8') SMF119FT_FDCFSBSubChar 1 EBCDIC SBSUBCHAR statement
249(X'F9') SMF119FT_FDCFSecCtrConn 1 EBCDIC SECURE_CTRLCONN statement
C
CLEAR
S
SAFE
P
PRIVATE
250(X'FA') SMF119FT_FDCFSecDataConn 1 EBCDIC SECURE_DATACONN statement
C
CLEAR
S
SAFE
P
PRIVATE
N
NEVER
251(X'FB') SMF119FT_FDCFSecFTP 1 EBCDIC SECURE_FTP statement
R
REQUIRED
A
ALLOWED
252(X'FC') SMF119FT_FDCFSecLogin 1 EBCDIC SECURE_LOGIN statement
N
NO_CLIENT_AUTH
R
REQUIRED
V
VERIFY_USER
253(X'FD') SMF119FT_FDCFSecPSW 1 EBCDIC SECURE_PASSWORD statement
O
OPTIONAL
R
REQUIRED
254(X'FE') SMF119FT_FDCFSecPSWKerb 1 EBCDIC SECURE_PASSWORD_KERBEROS statement
O
OPTIONAL
R
REQUIRED
255(X'FF') SMF119FT_FDCFSqlcol 1 EBCDIC SQLCOL statement
N
NAMES
L
LABELS
A
ANY
256(X'100') SMF119FT_FDCFSecPBSZ 4 Binary SECURE_PBSZ statement
260(X'104') SMF119FT_FDCFSMFSubType 4 Binary SMF statement
Guideline: The value defaults to 0 if the statement is not set.
264(X'108') SMF119FT_FDCFSMFAppe 4 Binary SMFAPPE statement
Guideline: The value defaults to 0 if the statement is not set.
268(X'10C') SMF119FT_FDCFSMFAppe119 4 Binary SMFAPPE statement
Guideline: The value defaults to 0 if the statement is not set.
272(X'110') SMF119FT_FDCFSMFDcfg119 4 Binary SMFDCFG statement
Guideline: The value defaults to 0 if the statement is not set.
276(X'114') SMF119FT_FDCFSMFDele 4 Binary SMFDELE statement
Guideline: The value defaults to 0 if the statement is not set.
280(X'118') SMF119FT_FDCFSMFDele119 4 Binary SMFDELE statement
Guideline: The value defaults to 0 if the statement is not set.
284(X'11C') SMF119FT_FDCFSMFLogon 4 Binary SMFLOGN statement
Guideline: The value defaults to 0 if the statement is not set.
288(X'120') SMF119FT_FDCFSMFLogon119 4 Binary SMFLOGN statement
Guideline: The value defaults to 0 if the statement is not set.
292(X'124') SMF119FT_FDCFSMFRen 4 Binary SMFREN statement
Guideline: The value defaults to 0 if the statement is not set.
296(X'128') SMF119FT_FDCFSMFRen119 4 Binary SMFREN statement
Guideline: The value defaults to 0 if the statement is not set.
TYPE119 SMF subtype for rename
300(X'12C') SMF119FT_FDCFSMFRetr 4 Binary SMFRETR statement
Guideline: The value defaults to 0 if the statement is not set .
304(X'130') SMF119FT_FDCFSMFRetr119 4 Binary SMFRETR statement
Guideline: The value defaults to 0 if the statement is not set.
308(X'134') SMF119FT_FDCFSMFStor 4 Binary SMFSTOR statement
Guideline: The value defaults to 0 if the statement is not set.
312(X'138') SMF119FT_FDCFSMFStor119 4 Binary SMFSTOR statement
Guideline: The value defaults to 0 if the statement is not set.
316(X'13C') SMF119FT_FDCFSpaceType 4 Binary SPACETYPE statement
1
BLOCK
2
CYLINDER
3
TRACK
320(X'140') SMF119FT_FDCFStartDir 4 Binary STARTDIRECTORY statement
0
z/OS UNIX file system
1
MVS
324(X'144') SMF119FT_FDCFStorClass 8 EBCDIC STORCLASS statement
Guideline: The value defaults to blanks if the statement is not set.
332(X'14C') SMF119FT_FDCFTLSMec 4 Binary TLSMECHANISM statement
0
ATTLS
1
FTP
336(X'150') SMF119FT_FDCFTLSPort 4 Binary TLSPORT statement
340(X'154') SMF119FT_FDCFTLSRfcLevel 4 Binary TLSRFCLEVEL statement
0
DRAFT
1
RFC4217
2
CCCNONOTIFY
344(X'15C') SMF119FT_FDCFTLSTimeOut 4 Binary TLSTIMEOUT statement
348(X'15C') SMF119FT_FDCFUcount 4 Binary UCOUNT statement
60
P
Guideline: The value defaults to 0 if the statement is not set.
352(X'160') SMF119FT_FDCFUcsHostCS 8 EBCDIC UCSHOSTCS statement
360(X'168') SMF119FT_FDCFUnFileSysBOM 4 Binary UNICODEFILESYSTEMBOM statement
0
ASIS
1
ALWAYS
2
NEVER
364(X'16C') SMF119FT_FDCFUnitName 8 EBCDIC UNITNAME statement
Guideline: The value defaults to blanks if the statement is not set.
372(X'174') SMF119FT_FDCFUnixFileType 4 Binary UNIXFILETYPE statement
0
FILE
1
FIFO
376(X'178') SMF119FT_FDCFVcount 4 Binary UCSHOSTCS statement
380(X'17C') SMF119FT_FDCFXlateInit 8 EBCDIC XLATE statement
Guideline: The value defaults to blanks if the statement is not set.
388(X'184') SMF119FT_FDCFPort 2 Binary PORT start parameter
390(X'186') SMF119FT_FDCFUmaskstr 3 EBCDIC UMASK statement
393(X'189') SMF119FT_FDCFFTRsvd3 3 EBCDIC Reserved
Table 4 shows FTP Daemon Configuration Data Section.
Table 4. FTP daemon configuration data section
Offset Name Length Format Description
0(X'0') SMF119FT_FDCDIdent 4 Binary FDCD eyecatcher
4(X'4') SMF119FT_FDCDItems n (see note) EBCDIC Configuration data items. This field consists of a variable number of entries mapped by the SMF119FT_FDCD_ITEM structure (see Table 5).
Note: The length of this field is variable.
Table 5 shows the SMF119FT_FDCD_ITEM structure of the SMF119FT_FDCDItems field of the FTP Daemon Configuration Data Section.
Table 5. FTP daemon configuration data section: SMF119FT_FDCD_ITEM structure
Offset Name Length Format Description
0(X'0') SMF119FT_FDCD_Len 2 Binary Configuration data length (including the length of this field itself and also the length of the SMF119FT_FDCD_Key field)
2(X'2') SMF119FT_FDCD_Key 2 Binary Configuration data key (See Table 263)
4(X'4') SMF119FT_FDCD_Data 0 EBCDIC Configuration data string
Table 6 correlates the SMF119FT_FDCD_Key field values to their associated configuration statements. Entries in the FTP Daemon Configuration Data Section are only provided for statements that are explicitly specified or have default values.
Table 6. FTP configuration data keys
Data type (SMF119FT_FDCD_Key) Data Length Format Description (SMF119FT_FDCD_Data)
SMF119FT_FDCD_ADMAILADDR 1-256 EBCDIC ADMINEMAILADDRESS statement
SMF119FT_FDCD_ANONHFSINFO 1-256 EBCDIC ANONYMOUSHFSINFO statement
SMF119FT_FDCD_ANONLOGMSG 1-1024 EBCDIC ANONYMOUSLOGINMSG statement
SMF119FT_FDCD_ANONMVSINFO 1-17 EBCDIC ANONYMOUSMVSINFO statement
SMF119FT_FDCD_BANNER 1-1024 EBCDIC BANNER statement
SMF119FT_FDCD_CIPHERSUITE 1-41 EBCDIC CIPHERSUITE statement. The values are separated by blanks. Cipher specification only presents if protocol mechanism is TLS or AT-TLS.
Possible values when protocol level is SSLV2:
  • RC4 US
  • RC4 Export
  • RC2 US
  • RC2 Export
  • DES 56-Bit
  • Triple DES US
Possible values when protocol level is SSLV3, TLSV1, or TLSV1.1:
  • SSL_NULL_MD5
  • SSL_NULL_SHA
  • SSL_RC4_MD5_EX
  • SSL_RC4_MD5
  • SSL_RC4_SHA
  • SSL_RC2_MD5_EX
  • SSL_DES_SHA
  • SSL_3DES_SHA
  • SSL_AES_128_SHA
  • SSL_AES_256_SHA
SMF119FT_FDCD_CTRLCONN 1-21 EBCDIC CTRLCONN statement
SMF119FT_FDCD_DCBDSN 1-45 EBCDIC DCBDSN statement
SMF119FT_FDCD_DUMP 1-101 EBCDIC DUMP statement. This array of dump IDs is a binary value instead of character. If dump nn is set, the nn of the array is set to 0x11. Otherwise. the nn of the array is set to 0xFF.

DUMP_LOW   1
DUMP_HIGH  99
DUMPID_ON  0x11
DUMPID_OFF 0xFF

SMF119FT_FDCD_HFSINFO 1-256 EBCDIC HFSINFO statement
SMF119FT_FDCD_KEYRING 1-1024 EBCDIC KEYRING statement
SMF119FT_FDCD_LOGINMSG 1-1024 EBCDIC LOGINMSG statement
SMF119FT_FDCD_MBDATACONN_NNAME 1-21 EBCDIC MBDATACONN statement network_transfer_codepage
SMF119FT_FDCD_MBDATACONN_FNAME 1-21 EBCDIC MBDATACONN statement file_system_codepage
SMF119FT_FDCD_MVSINFO 1-17 EBCDIC MVSINFO statement
SMF119FT_FDCD_MVSURLKEY 1-73 EBCDIC MVSURLKEY statement
SMF119FT_FDCD_SBDATACONN_NNAME 1-21 EBCDIC SBDATACONN statement network_transfer_codepage
SMF119FT_FDCD_SBDATACONN_FNAME 1-21 EBCDIC SBDATACONN statement file_system_codepage
SMF119FT_FDCD_VOLUME 1-256 EBCDIC VOLUME statement
SMF119FT_FDCD_BPX_JOBNAME 1-8 EBCDIC _BPX_JOBNAME environment variable
SMF119FT_FDCD_BPXK_AUTOCVT 1-5 EBCDIC _BPXK_AUTOCVT environment variable
SMF119FT_FDCD_BPXK_SETIBMOPT_TRANSPORT 1-8 EBCDIC _BPXK_SETIBMOPT_TRANSPORT environment variable
SMF119FT_FDCD_EDC_ADD_ERRNO2 1-8 EBCDIC _EDC_ADD_ERRNO2 environment variable
SMF119FT_FDCD_FTPXLATE_NAME 1-8 EBCDIC _FTPXLATE_NAME environment variable
SMF119FT_FDCD_KRB5_SERVER_KEYTAB 1-8 EBCDIC KRB5_SERVER_KEYTAB environment variable
SMF119FT_FDCD_LANG 1-256 EBCDIC LANG environment variable
SMF119FT_FDCD_NLSPATH 1-1024 EBCDIC NLSPATH environment variable
SMF119FT_FDCD_RESOLVER_CONFIG 1-60 EBCDIC RESOLVER_CONFIG environment variable
SMF119FT_FDCD_SHELL 1-8 EBCDIC SHELL environment variable
SMF119FT_FDCD_TZ 1-8 EBCDIC TZ environment variable
SMF119FT_FDCD_FTPDATA 1-60 EBCDIC FTP.DATA data set name
Guideline: If multiple FTP.DATA configuration files are used because of concatenation, the FTP daemon configuration data section contains multiple entries of the FTP.DATA data set.
SMF119FT_FDCD_TCPIPDATA 1-60 EBCDIC TCPIP.DATA data set name
SMF119FT_FDCD_DEBUGUSERID 1-32 EBCDIC Filter the trace for user IDs
SMF119FT_FDCD_DEBUGIPADDR 1-46 EBCDIC Filter the trace for IP addresses
SMF119FT_FDCD_DEBUGIPMASK 1-46 EBCDIC Network prefix for IP addresses
SMF119FT_FDCD_DUMPUSERID 1-32 EBCDIC Filter the extended trace for user IDs
SMF119FT_FDCD_DUMPIPADDR 1-46 EBCDIC Filter the extended trace for IP addresses
SMF119FT_FDCD_DUMPIPMASK 1-46 EBCDIC Network prefix for IP addresses

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014