2.2.5.2 FTP_RESPONSE_BUFFER

uint8_t FTP_RESPONSE_BUFFER[MAX_RESPONSE_SIZE][static]

Buffer for storing FTP response data.

This buffer holds the data that will be sent as a response frame to each FTP command. The size of the buffer is defined by MAX_RESPONSE_SIZE.