2.2.5.1 FTP_RECEIVE_BUFFER

uint8_t FTP_RECEIVE_BUFFER[MAX_TRANSFER_SIZE][static]

Buffer for receiving FTP data.

This buffer is used to store incoming FTP data packets. The size of the buffer is defined by MAX_TRANSFER_SIZE which is based on the bootloader's write size.