Details
Description
The receiveBufferSize was intended for consumer only when it was added, but the ftp client uses it also for producer.
And therefore we can use the existing bufferSize from file endpoint (ftp extend file) and then deprecate receiveBufferSize. Mind that this buffer size is larger (128kb) but that is the size the file component uses too.