504: Command command aborted -- FTP server not configured for parameter parameter.

Explanation

The client issued a command to the FTP server. The FTP server implements the command but is configured to reject commands with the specified parameter.

command is the command the client sent to the server.

parameter is the command parameter rejected by the server.

When command is EPRT, the PORTCOMMANDPORT or PORTCOMMANDIPADDR statement in FTP.DATA is coded to reject parameter.

System action

The command is rejected.

User response

Report the error to the FTP server installation system programmer.

System programmer response

If you want your FTP server to support the combination of command and parameter , code statements in FTP.DATA to enable this support. See the z/OS Communications Server: IP Configuration Reference for information about enabling command and parameter support for your FTP server.