2.2.5.3 FTP_RETRY_BUFFER
uint8_t FTP_RETRY_BUFFER[MAX_RESPONSE_SIZE][static]
Buffer for retrying FTP responses.
This buffer is used to store FTP response data that needs to be resent in case of transmission failures. The size of the buffer is defined by MAX_RESPONSE_SIZE.
