From 67861ab4bc9411a36319f48f9aaad1a129fcde9b Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 1 Jun 2011 23:09:29 +0000 Subject: 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 --- apps/examples/README.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'apps/examples/README.txt') 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 ^^^^^^^^^^^^^^ -- cgit v1.2.3