From 971830b005e76311a0950d26f6862997c892e76a Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 2 Jun 2011 15:05:48 +0000 Subject: Add support so that fdopen() may be used on socket descriptors git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3659 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/examples') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index f14037e72..2a15dac5d 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -63,6 +63,10 @@ examples/ftpc where xx.xx.xx.xx is the IP address of the FTP server and pp is an optional port number. + NOTE: The ftpc task uses the system console for input/output. It will + not work from NSH over a telnet NSH connection (Well, it will work you + just won't be able to access the command line). + examples/hello ^^^^^^^^^^^^^^ -- cgit v1.2.3