diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index 62f795887f2..c9656a6c51a 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -4923,10 +4923,10 @@ build
CONFIG_FTPD_SERVERID: The server name to use in FTP communications. Default: "NuttX FTP Server"
CONFIG_FTPD_CMDBUFFERSIZE: The maximum size of one command. Default: 512 bytes.
+ CONFIG_FTPD_CMDBUFFERSIZE: The maximum size of one command. Default: 128 bytes.
CONFIG_FTPD_DATABUFFERSIZE: The size of the I/O buffer for data transfers. Default: 2048 bytes.
+ CONFIG_FTPD_DATABUFFERSIZE: The size of the I/O buffer for data transfers. Default: 512 bytes.
CONFIG_FTPD_WORKERSTACKSIZE: The stacksize to allocate for each FTP daemon worker thread. Default: 2048 bytes.