From b20e2a5a26d3c9bbbea0dbea71227085bb8a135a Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 4 Jun 2011 20:13:03 +0000 Subject: Fix more FTP bugs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3668 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'apps/examples/README.txt') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index a67d9ad04..5a9d050b4 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -60,9 +60,11 @@ examples/ftpc an example, your configration could have different mass storage devices, mount paths, and FTP directories: - 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 + nsh> mount -t vfat /dev/mmcsd0 /tmp # Mount the SD card at /tmp + nsh> cd /tmp # cd into the /tmp directory + nsh> ftpc xx.xx.xx.xx[:pp] # Start the FTP client + nfc> login # Log into the FTP server + nfc> help # See a list of FTP commands where xx.xx.xx.xx is the IP address of the FTP server and pp is an optional port number. -- cgit v1.2.3