From 92fd8f5221ca528c2def13897c712d558adf1675 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 3 Jun 2011 20:27:30 +0000 Subject: More FTP bugfixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3665 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'apps/examples/README.txt') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index 2a15dac5d..a67d9ad04 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -56,9 +56,13 @@ examples/ftpc 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: + From NSH, the startup command sequence is as follows. This is only + an example, your configration could have different mass storage devices, + mount paths, and FTP directories: - ftpc xx.xx.xx.xx[:pp] + mount -t vfat /dev/mmcsd0 /tmp # Mount the SD card at /tmp + cd /tmp # cd into the /tmp directory + ftpc xx.xx.xx.xx[:pp] # Start the FTP client where xx.xx.xx.xx is the IP address of the FTP server and pp is an optional port number. -- cgit v1.2.3