9
0
Fork 0

TFTP put notes

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@891 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-09-07 02:07:18 +00:00
parent 87823ff59e
commit 9edf6200b8
2 changed files with 10 additions and 3 deletions

View File

@ -1528,7 +1528,7 @@ usleep <usec>
<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">

View File

@ -599,7 +599,10 @@ Command Dependencies on Configuration Settings
unset !CONFIG_DISABLE_ENVIRON
usleep !CONFIG_DISABLE_SIGNALS
* NOTE: Because of hardware padding, the actual required size may be larger.
* NOTES:
- Because of hardware padding, the actual required size may be larger.
- Special TFTP server start-up optionss will probably be required to permit
creation of file for the correct operation of the put command.
NSH-Specific Configuration Settings
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^