@j3d the reason is that we want file uploads to be as fast as possible, and SD cards prefer large block writes; so RRF uses a 8K write buffer. In contrast, it's rare to download files from the Duet, and other file reads from the SD card don't need large blocks of data in one go; so RRF uses much smaller read buffers.