From a5f7cf98731bec3e33558a7805c37463e0d634ae Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 7 Sep 2008 02:07:18 +0000 Subject: TFTP put notes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@891 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttShell.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'nuttx/Documentation') diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html index 2719e549b..1b83454b9 100644 --- a/nuttx/Documentation/NuttShell.html +++ b/nuttx/Documentation/NuttShell.html @@ -1528,7 +1528,7 @@ usleep <usec> put CONFIG_NET && CONFIG_NET_UDP && - CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 5581 + CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 5581,2 pwd @@ -1572,7 +1572,11 @@ usleep <usec> -

1Because of hardware padding, the actual required packet size may be larger

+

1 + Because of hardware padding, the actual required packet size may be larger

+

2 + Special TFTP server start-up optionss will probably be required to permit + creation of files for the correct operation of the put command.

-- cgit v1.2.3