![H3C S5120-EI Series Command Reference Manual Manual pdf 76 page image](https://manuals-archive2.s3.amazonaws.com/3375381/6922bc804a84fe258b29ef27d5a15b7476f.jpg)
66If you have logged in to the IPv4 FTP server currently, you cannot use the open command to log in toanother server. You need to disconnect with the current server first, and then try to connect with anotherone.Related commands: close.Examples# In FTP client view, log in to the FTP server with the IP address of 192.168.1.50. ftp[ftp] open 192.168.1.50Trying 192.168.1.50 ...Press CTRL+K to abortConnected to 192.168.1.50.220 FTP service ready.User(192.168.1.50:(none)):aa331 Password required for aa.Password:230 User logged in.[ftp]open ipv6Syntaxopen ipv6 server-address [ service-port ] [ -i interface-type interface-number ]ViewFTP client viewDefault level3: Manage levelParametersserver-address: IP address or host name of the remote FTP server.service-port: Port number of the remote FTP server, in the range 0 to 65535. The default value is 21.-i interface-type interface-number: Specifies the egress interface by its type and number. This parametercan be used only when the FTP server address is a link local address and the specified egress interfacehas a link local address. For the configuration of link local addresses, see the Layer 3—IP ServicesConfiguration Guide.DescriptionUse the open ipv6 command to log in to the IPv6 FTP server in FTP client view.At login, enter the username and password for accessing the FTP server. If your input is correct, the loginsucceeds.Related commands: close.Examples# Log in to the FTP server (with IPv6 address 3000::200) in FTP client view. ftp[ftp] open ipv6 3000::200