More FTP bugfixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3665 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
e03e9b89e9
commit
363b3fcc43
@ -787,12 +787,14 @@ Where <subdir> is one of the following:
|
|||||||
to that it will only work as a "built-in" program that can be run from
|
to that it will only work as a "built-in" program that can be run from
|
||||||
NSH when CONFIG_NSH_BUILTIN_APPS is defined.
|
NSH when CONFIG_NSH_BUILTIN_APPS is defined.
|
||||||
|
|
||||||
From NSH, the startup command line is then:
|
From NSH, the startup command sequence is then:
|
||||||
|
|
||||||
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
|
where xx.xx.xx.xx is the IP address of the FTP server and pp is an
|
||||||
optional port number.
|
optional port number (default is the standard FTP port number 21).
|
||||||
|
|
||||||
hidkbd:
|
hidkbd:
|
||||||
This configuration directory, performs a simple test of the USB host
|
This configuration directory, performs a simple test of the USB host
|
||||||
|
Loading…
Reference in New Issue
Block a user