Using The Device As An Ftp Client; Establishing An Ftp Connection - HP FlexFabric 7900 Series Configuration Manual

Hide thumbs Also See for FlexFabric 7900 Series:
Table of Contents

Advertisement

NOTE:
If the password control feature is configured, the password must meet the password requirements
defined by the feature. For more information, see
# Enable the FTP server.
[Sysname] ftp server enable
[Sysname] quit
3.
Perform FTP operations from the FTP client:
# Log in to the FTP server at 1.1.1.1 using the username abc and password 123456.
c:\> ftp 1.1.1.1
Connected to 1.1.1.1.
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 config.cfg from the server to the client for
backup.
ftp> ascii
200 TYPE is now ASCII
ftp> get config.cfg back-config.cfg
# Use the binary mode to upload the file temp.bin to the Flash root directory of the master.
ftp> binary
200 TYPE is now 8-bit binary
ftp> put temp.bin
# Exit FTP.
ftp> bye

Using 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:
Step
1.
Enter system view.
2.
(Optional.) Specify a source
IP address for outgoing FTP
packets.
3.
Return to user view.
Security Configuration Guide
Command
system-view
ftp client source { interface interface-type
interface-number | ip source-ip-address }
quit
69
.
Remarks
N/A
By default, no source IP
address is specified, and the
primary IP address of the
output interface is used as the
source IP address.
N/A

Advertisement

Table of Contents
loading

Table of Contents