H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – FTP and TFTP
H3C S7500 Series Ethernet Switches Chapter 1
FTP and TFTP Configuration Commands
1-13
Parameters
cluster: Specifies to connect to a cluster FTP server.
ftp-server: Host name or IP address of an FTP server. Note that the host name can be a
string comprising 1 to 20 characters.
port-number: Port number of the FTP server, ranging from 0 to 65,535. The default is
21.
Description
Use the ftp command to establish a control connection with an FTP server and enter
FTP client view.
Examples
# Connect to the FTP server whose IP address is 2.2.2.2.
<H3C> ftp 2.2.2.2
Trying ...
Press CTRL+K to abort
Connected.
220 WFTPD 2.0 service (by Texas Imperial Software) ready for new user
User(none):switch
331 Give me your password, please
Password:
230 Logged in successfully
[ftp]
1.2.12 get
Syntax
get remotefile [ localfile ]
View
FTP client view
Parameters
remotefile: Name of a file on an FTP server.
localfile: Name of a local file.
Description
Use the get command to download a remote file and save it as a local file.