535 : Length length of received buffer is greater than PBSZ size

Explanation

The server received an encrypted message whose length was greater than the negotiated protection buffer size.

length is the length of the received encrypted message.

size is the maximum length of an encrypted message as negotiated with the client.

System action

FTP continues. The message is discarded.

User response

None.

System programmer response

None.