R3721-F3210-F3171-HP High-End Firewalls System Management and Maintenance Command Reference-6PW101

235
vpn-instance vpn-instance-name: Specifies the VPN that the FTP server belongs to. The
vpn-instance-name argument is a case-sensitive string of 1 to 31 characters. If the FTP server is on the
public network, do not specify this option.
Description
Use ftp ipv6 to log in to the FTP server and enter FTP client view.
This command applies to IPv6 networks only.
If you use this command without specifying any parameters, you will simply enter the FTP client view
without logging in to an FTP server.
If you specify the parameters, enter the username and password for accessing the FTP server.
Examples
# Log in to the FTP server with IPv6 address 3000::200.
<Sysname> ftp ipv6 3000::200
Trying 3000::200 ...
Press CTRL+K to abort
Connected to 3000::200.
220 Welcome!
User(3000::200:(none)): MY_NAME
331 Please specify the password.
Password:
230 Login successful.
[ftp]
# Log in to the FTP server with IPv6 address 3000::200 in VPN 1.
<Sysname> ftp ipv6 3000::200 vpn-instance vpn1
Trying 3000::200 ...
Press CTRL+K to abort
Connected to 3000::200.
220 Welcome!
User(3000::200:(none)): MY_NAME
331 Please specify the password.
Password:
230 Login successful.
[ftp]
get
Syntax
get remotefile [ localfile ]
View
FTP client view
Default level
3: Manage level
Parameters
remotefile: Name of the file to be downloaded.