mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
TFTP put notes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@891 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -1528,7 +1528,7 @@ usleep <usec>
|
|||||||
<tr>
|
<tr>
|
||||||
<td><b><code>put</code></b></td>
|
<td><b><code>put</code></b></td>
|
||||||
<td><code>CONFIG_NET</code> && <code>CONFIG_NET_UDP</code> &&
|
<td><code>CONFIG_NET</code> && <code>CONFIG_NET_UDP</code> &&
|
||||||
<code>CONFIG_NFILE_DESCRIPTORS</code> > 0 && <code>CONFIG_NET_BUFSIZE</code> >= 558<sup>1</sup></td>
|
<code>CONFIG_NFILE_DESCRIPTORS</code> > 0 && <code>CONFIG_NET_BUFSIZE</code> >= 558<sup>1,2</sup></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b><code>pwd</code></b></td>
|
<td><b><code>pwd</code></b></td>
|
||||||
@@ -1572,7 +1572,11 @@ usleep <usec>
|
|||||||
</tr>
|
</tr>
|
||||||
</table></center>
|
</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%">
|
<table width ="100%">
|
||||||
<tr bgcolor="#e4e4e4">
|
<tr bgcolor="#e4e4e4">
|
||||||
|
|||||||
@@ -599,7 +599,10 @@ Command Dependencies on Configuration Settings
|
|||||||
unset !CONFIG_DISABLE_ENVIRON
|
unset !CONFIG_DISABLE_ENVIRON
|
||||||
usleep !CONFIG_DISABLE_SIGNALS
|
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
|
NSH-Specific Configuration Settings
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|||||||
Reference in New Issue
Block a user