ACCESSERRORMSGS (FTP server) statement

Use the ACCESSERRORMSGS statement to allow FTP server to send detailed login failure replies to an FTP client.

Syntax

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

Parameters

FALSE
Do not send detailed login failure replies to an FTP client.
TRUE
Send detailed login failure replies to an FTP client.

Examples

To send detailed login failure replies to an FTP client, use the following code:

ACCESSERRORMSGS TRUE

Usage notes

The text of detailed login failure replies can be traced using the ACC parameter of the DEBUG statement. You do not need to code ACCESSERRORMSGS TRUE to trace this information.

Related topics