SMF (FTP server) statement

Use the SMF statement to specify SMF recording options.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-SMF--+-STD-----+--------------------------------------------><
        +-number--+   
        '-TYPE119-'   

Parameters

STD
Indicates that all FTP server SMF records of type 118 are issued with the following subtypes:
  • APPEND - 70
  • DELETE - 71
  • LOGIN FAILURE - 72
  • RENAME - 73
  • RETRIEVE - 74
  • STORE - 75
  • STORE UNIQUE - 75
number
The SMF record subtype to be used for all FTP server records unless otherwise specified for a particular record subtype. The valid range is 1 - 255. There is no default value.

Restriction: This field applies to type 118 records only.

TYPE119
Indicates that all FTP server SMF records of type 119 are issued. Type 119 records have the following subtypes:
  • APPEND - 70
  • DELETE - 70
  • DAEMON CONFIGURATION -71
  • LOGIN FAILURE - 72
  • RENAME - 70
  • RETRIEVE - 70
  • STORE - 70
  • STORE UNIQUE - 70

Examples

To have all 118 FTP server records created with standard subtypes:
SMF STD
To have all type 119 FTP server records created:
SMF TYPE119
To have all type FTP server records of both types created with standard subtypes for type 118 records:
SMF STD
SMF TYPE119
To log all FTP records of type 119, as well as type 118 APPEND records:
SMF TYPE119
SMFAPPE 99
To log all FTP records of type 118 with standard subtypes, as well as type 119 DELETE and RENAME records:
SMF STD
SMFDEL  TYPE119
SMFREN  TYPE119

Usage notes

Related topics