HP MSR2000/3000/4000 Router Series Fundamentals Configuration Guide
79
220 FTP service ready.
User(1.1.1.1:(none)):abc
331 Password required for abc.
Password:
230 User logged in.
# Use the ASCII mode to download the configuration file startup.cfg from the device to the PC for
backup.
ftp> ascii
200 TYPE is now ASCII
ftp> get startup.cfg back-startup.cfg
# Use the binary mode to upload the file temp.bin from the PC to the CF card root directory of the
active MPU.
ftp> binary
200 TYPE is now 8-bit binary
ftp> put temp.bin
# Exit FTP.
ftp> bye
Using the device as an FTP client
Perform the configuration in this section to use the device as an FTP client.
Establishing an FTP connection
To access the FTP server, you must establish a connection from the FTP client to the FTP server.
To establish an IPv4 FTP connection:
Ste
p
Command
Remarks
1. Enter system view.
system-view N/A
2. (Optional.) Specify a source
IP address for outgoing FTP
packets.
ftp client source { interface interface-type
interface-number | ip source-ip-address }
By default, no source IP
address is specified, and the
primary IP address of the
output interface is used as the
source IP address.
3. Return to user view.
quit N/A