R3204P16-HP Load Balancing Module System Maintenance Command Reference-6PW101
99
[Sysname] ftp client source ip 2.2.2.2
# Specify the IP address of interface GigabitEthernet 0/1 as the source IP address of packets sent to an
FTP server.
<Sysname> system-view
[Sysname] ftp client source interface GigabitEthernet 0/1
get
Syntax
get remotefile [ localfile ]
View
FTP client view
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
local file uses the name of the source file on the FTP server by default.
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.