forked from Imagelibrary/rtems
Added Network Servers Chapter including Jake Janovetz's ftpd server.
This commit is contained in:
@@ -68,7 +68,7 @@ testing.texi: testing.t Makefile
|
||||
-n "Network Servers" ${*}.t
|
||||
|
||||
servers.texi: servers.t Makefile
|
||||
$(BMENU) -p "Network Servers" \
|
||||
$(BMENU) -p "Throughput" \
|
||||
-u "Top" \
|
||||
-n "Command and Variable Index" ${*}.t
|
||||
|
||||
|
||||
@@ -67,6 +67,7 @@ END-INFO-DIR-ENTRY
|
||||
@include driver.texi
|
||||
@include networkapp.texi
|
||||
@include testing.texi
|
||||
@include servers.texi
|
||||
@ifinfo
|
||||
@node Top, Preface, (dir), (dir)
|
||||
@top networking
|
||||
@@ -79,6 +80,7 @@ This is the online version of the RTEMS Network Supplement.
|
||||
* Networking Driver::
|
||||
* Using Networking in an RTEMS Application::
|
||||
* Testing the Driver::
|
||||
* Network Servers::
|
||||
* Command and Variable Index::
|
||||
* Concept Index::
|
||||
@end menu
|
||||
@@ -89,7 +91,7 @@ This is the online version of the RTEMS Network Supplement.
|
||||
@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
|
||||
@c
|
||||
|
||||
@node Command and Variable Index, Concept Index, Throughput, Top
|
||||
@node Command and Variable Index, Concept Index, Using Hooks, Top
|
||||
@unnumbered Command and Variable Index
|
||||
|
||||
There are currently no Command and Variable Index entries.
|
||||
|
||||
@@ -21,6 +21,9 @@ in situations where a destination file is not necessarily
|
||||
appropriate or in cases when a formal device driver has not yet
|
||||
been implemented.
|
||||
|
||||
This server was implemented and documented by Jake Janovetz
|
||||
(janovetz@@tempest.ece.uiuc.edu).
|
||||
|
||||
@subsection Configuration Parameters
|
||||
|
||||
The configuration structure for FTPD is as follows:
|
||||
|
||||
Reference in New Issue
Block a user