426 CHAPTER 12: USING SYSTEM MANAGEMENT COMMANDS
Example
Download the file temp1.c and saves it as temp.c
[ftp]get temp1.c temp.c
lcd Syntax
lcd
View
FTP Client view
Parameter
None
Description
Use the lcd command to display local working path of FTP Client.
Example
Show local working path.
[ftp]lcd
% Local directory now flash:/temp
ls Syntax
ls [
remotefile
[
localfile
]]
View
FTP Client view
Parameter
remotefile
: Remote file to be queried.
localfile
: Saved local file name.
Description
Use the ls command to query a specified file.
If no parameter is specified, all the files will be shown.
Example
Query file temp.c
[ftp]ls temp.c
mkdir Syntax
mkdir
pathname
View
FTP Client view