From 0c84285473cd9bf67364bb9a6ad11351c1df6688 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 18 Nov 2021 23:04:07 +0530 Subject: [PATCH] Note chunk size in both modes --- docs/file-transfer-protocol.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/file-transfer-protocol.rst b/docs/file-transfer-protocol.rst index 4ac699eb0..f57a8562e 100644 --- a/docs/file-transfer-protocol.rst +++ b/docs/file-transfer-protocol.rst @@ -171,7 +171,8 @@ terminal emulator:: ... The terminal emulator replies with the data for the files, as a sequence of -``data`` commands for each file (the terminal emulator should send the data for +``data`` commands each with a chunk of data no larger than ``4096`` bytes, +for each file (the terminal emulator should send the data for one file at a time)::