summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttShell.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-07 02:07:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-07 02:07:18 +0000
commita5f7cf98731bec3e33558a7805c37463e0d634ae (patch)
tree4895a127700730a7ab0ecc290f68410c30b012b0 /nuttx/Documentation/NuttShell.html
parentd46b55e6fa629e5ebd6ec6cb810e18390e5831d7 (diff)
downloadnuttx-a5f7cf98731bec3e33558a7805c37463e0d634ae.tar.gz
nuttx-a5f7cf98731bec3e33558a7805c37463e0d634ae.tar.bz2
nuttx-a5f7cf98731bec3e33558a7805c37463e0d634ae.zip
TFTP put notes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@891 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttShell.html')
-rw-r--r--nuttx/Documentation/NuttShell.html8
1 files changed, 6 insertions, 2 deletions
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 &lt;usec&gt;
<tr>
<td><b><code>put</code></b></td>
<td><code>CONFIG_NET</code> &amp;&amp; <code>CONFIG_NET_UDP</code> &amp;&amp;
- <code>CONFIG_NFILE_DESCRIPTORS</code> &gt; 0 &amp;&amp; <code>CONFIG_NET_BUFSIZE</code> &gt;= 558<sup>1</sup></td>
+ <code>CONFIG_NFILE_DESCRIPTORS</code> &gt; 0 &amp;&amp; <code>CONFIG_NET_BUFSIZE</code> &gt;= 558<sup>1,2</sup></td>
</tr>
<tr>
<td><b><code>pwd</code></b></td>
@@ -1572,7 +1572,11 @@ usleep &lt;usec&gt;
</tr>
</table></center>
-<p><sup>1</sup><small>Because of hardware padding, the actual required packet size may be larger</small></p>
+<p><sup>1</sup><small>
+ Because of hardware padding, the actual required packet size may be larger</small></p>
+<p><sup>2</sup><small>
+ Special TFTP server start-up optionss will probably be required to permit
+ creation of files for the correct operation of the <code>put</code> command.</small></p>
<table width ="100%">
<tr bgcolor="#e4e4e4">