Operation Manual – FTP-SFTP-TFTP
H3C S3100 Series Ethernet Switches
Chapter 1 FTP and SFTP Configuration
1-12
III. Configuration procedure
1)
Configure the PC (FTP server)
Perform FTP server–related configurations on the PC, that is, create a user account on
the FTP server with user name “switch” and password “hello”. (For detailed
configuration, refer to the configuration instruction relevant to the FTP server software.)
2)
Configure the switch (FTP client)
# Log in to the switch. (You can log in to a switch through the Console port or by
telnetting the switch. See the “Login” module for detailed information.)
Caution:
If available space on the Flash memory of the switch is not enough to hold the file to be
uploaded, you need to delete files not in use from the Flash memory to make room for
the file, and then upload the file again. The files in use cannot be deleted. If you have to
delete the files in use to make room for the file to be uploaded, you can only
delete/download them through the Boot ROM menu.
# Connect to the FTP server using the
ftp
command in user view. You need to provide
the IP address of the FTP server, the user name and the password as well to enter FTP
view.
<Sysname> ftp 2.2.2.2
Trying ...
Press CTRL+K to abort
Connected.
220 FTP service ready.
User(none):switch
331 Password required for switch.
Password:
230 User logged in.
[ftp]
# Enter the authorized directory on the FTP server.
[ftp] cd switch
# Execute the
put
command to upload the configuration file named
config.cfg
to the
FTP server.
[ftp] put config.cfg
# Execute the
get
command to download the file named
switch.bin
to the Flash
memory of the switch.