SUPPRESSIGNOREWARNINGS (FTP client and server) statement

Use the SUPPRESSIGNOREWARNINGS statement to specify whether FTP issues message EZYFT47I each time it ignores a statement coded in FTP.DATA.

Server
This setting applies when starting the FTP server.
Client
This setting applies when starting the FTP client.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-SUPPRESSIGNOREWARNINGS FALSE------.   
>>-+-----------------------------------+-----------------------><
   '-SUPPRESSIGNOREWARNINGS--+-TRUE--+-'   
                             '-FALSE-'     

Parameters

TRUE
Specifies that FTP does not issue message EZYFT47I when ignoring statements coded in FTP.DATA.

Guideline: Do not set SUPRESSIGNOREWARNINGS TRUE until you have verified that the statements in your FTP.DATA configuration file are correct.

FALSE
Specifies that FTP issues message EZYFT47I when ignoring statements coded in FTP.DATA. This is the default.

Examples

Suppress message EZYFT47I while processing statements in FTP.DATA:
SUPPRESSIGNOREWARNINGS TRUE

Usage notes