Ftp - HP A7500 Series Command Reference Manual

Fundamentals
Hide thumbs Also See for A7500 Series:
Table of Contents

Advertisement

ftp

Syntax
ftp [ server-address [ service-port ] [ vpn-instance vpn-instance-name ] [ source { interface interface-type
interface-number | ip source-ip-address } ] ]
View
User view
Default level
3: Manage level
Parameters
server-address: IP address or host name (a string of 1 to 20 characters) of a remote FTP server.
service-port: TCP port number of the remote FTP server, in the range of 0 to 65535. The default value is
21.
vpn-instance vpn-instance-name: Specifies the MPLS L3 VPN that the FTP server belongs to. The
vpn-instance-name argument is a case-sensitive string of 1 to 31 characters.
source { interface interface-type interface-number | ip source-ip-address } ]: Specifies the source address
used to establish an FTP connection.
interface interface-type interface-number: Specifies the source interface by its type and number. The
primary IP address configured on this interface is the source address of the transmitted FTP packets.
If no primary IP address is configured on the source interface, the connection fails.
ip source-ip-address: Specifies the source IP address of the transmitted FTP packets. This source
address must be the one that has been configured on the device.
Description
Use the ftp command to log in to the remote FTP server and enter FTP client view.
This command applies to IPv4 networks only.
If you use this command without specifying any parameters, you will simply enter the FTP client view
without logging in to the FTP server.
If you specify the parameters, you will be prompted to enter the username and password for
accessing the FTP server.
Examples
# Log in the server 192.168.0.21 1. The source IP address of sent FTP packets is 192.168.0.212.
<Sysname1> ftp 192.168.0.211 source ip 192.168.0.212
Trying 192.168.0.211 ...
Press CTRL+K to abort
Connected to 192.168.0.211.
220 FTP Server ready.
User(192.168.0.211:(none)):abc
331 Password required for abc
Password:
230 User logged in.
[ftp]
57

Advertisement

Table of Contents
loading

Table of Contents