REPLYSECURITYLEVEL (FTP server) statement

Use the REPLYSECURITYLEVEL statement to specify whether or not to include secure information, such as IP addresses and port numbers, in FTP replies.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-REPLYSECURITYLEVEL 0-----.   
>>-+--------------------------+--------------------------------><
   '-+-REPLYSECURITYLEVEL 0-+-'   
     '-REPLYSECURITYLEVEL 1-'     

Parameters

REPLYSECURITYLEVEL 0
No restrictions are placed on information included in server FTP replies. This is the default.
REPLYSECURITYLEVEL 1
No IP addresses, hostnames, port numbers, or server operating system level information is included in FTP replies.

Examples

Direct the server not to divulge secure information such as IP addresses and port numbers in replies to the client:
REPLYSECURITYLEVEL 1

Usage notes

Suppressing sensitive information such as IP addresses from client replies increases the security of your site; however, such information can be useful for debugging. An alternative to getting this information from server replies is to activate the server trace to capture this information. See z/OS Communications Server: IP Diagnosis Guide for information about diagnosing problems with server traces.

Related topics

DEBUG (FTP client and server) statement