HP MSR2000/3000/4000 Router Series Fundamentals Command Reference

103
interface interface-type interface-number: Specifies an interface by its type and number. This
parameter can be used only when the FTP server address is a link local address and the specified
output interface has a link local address. For more information about link local addresses, see
Layer 3—IP Services Configuration Guide.
ipv6 source-ipv6-address: Specifies an IPv6 address. This address must be an address that has
been configured on the device.
vpn-instance vpn-instance-name: Specifies the VPN instance to which the FTP server belongs. The
vpn-instance-name argument is a case-sensitive string of 1 to 31 characters. If the FTP server belongs to
the public network, do not specify this option.
-i interface-type interface-number: Specifies an output interface by its type and number. This parameter
can be used only when the FTP server address is a link local address and the specified output interface
has a link local address.
Usage guidelines
This command is only applicable to IPv6 networks.
If no parameters are specified, this command enters the FTP client view.
If the FTP server parameters are specified, you are prompted to enter the username and password for
logging in to the FTP server.
Examples
# Log in to the FTP server 2000::154.
<Sysname>ftp ipv6 2000::154
Connected to 2000::154 (2000::154).
220 FTP service ready.
User (2000::154): root
331 Password required for root.
Password:
230 User logged in
Remote system type is HP
get
Use get to download a file from the FTP server and save the file.
Syntax
get remotefile [ localfile ]
Views
FTP client view
Predefined user roles
network-admin
Parameters
remotefile: Specifies the name of the file to be downloaded.
localfile: Specifies a name for the downloaded file.
Usage guidelines
You can perform this operation only after you log in to the FTP server.