55
Default Level
3: Manage level
Parameters
remotefile
: Name of the file to be downloaded.
localfile
: File name used after a file is downloaded and saved locally. If this argument is
not specified, the file is saved locally using the source file name to the current working
directory, namely the directory where the user executes the
ftp
command.
Description
Use the
get
command to download a file from a remote FTP server and save it.
Examples
Download file
testcfg.cfg
and save it as
aa.cfg
.
[ftp] get testcfg.cfg aa.cfg
227 Entering Passive Mode (192,168,1,50,17,163).
125 ASCII mode data connection already open, transfer starting for
/testcfg.cfg.
.....226 Transfer complete.
FTP: 5190 byte(s) received in 7.754 second(s), 669.00 byte(s)/sec.
lcd
Syntax
lcd
View
FTP client view
Default Level
3: Manage level
Parameters
None
Description
Use the
lcd
command to display the local working directory of the FTP client.
Examples
Display the local working directory.
[ftp] lcd
FTP: Local directory now cfa0:/clienttemp.