summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-01 23:09:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-01 23:09:29 +0000
commit67861ab4bc9411a36319f48f9aaad1a129fcde9b (patch)
tree97e2fb1cca991511cd55c2f7899fc6dcd612a2ab /apps/examples/README.txt
parent17b27f51ace2d8529e6bf5ac5c84d01c08d8dbf5 (diff)
downloadpx4-nuttx-67861ab4bc9411a36319f48f9aaad1a129fcde9b.tar.gz
px4-nuttx-67861ab4bc9411a36319f48f9aaad1a129fcde9b.tar.bz2
px4-nuttx-67861ab4bc9411a36319f48f9aaad1a129fcde9b.zip
Add a simple shell and configuration to verify the FTP client library
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3656 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index a8216be39..f14037e72 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -48,6 +48,21 @@ examples/dhcpd
CONFIGURED_APPS += uiplib
+examples/ftpc
+^^^^^^^^^^^^^
+
+ This is a simple FTP client shell used to exercise the capabilities
+ of the FTPC library (apps/netutils/ftpc). This example is configured
+ to that it will only work as a "built-in" program that can be run from
+ NSH when CONFIG_NSH_BUILTIN_APPS is defined.
+
+ From NSH, the startup command line is then:
+
+ ftpc xx.xx.xx.xx[:pp]
+
+ where xx.xx.xx.xx is the IP address of the FTP server and pp is an
+ optional port number.
+
examples/hello
^^^^^^^^^^^^^^