89
•
On PC, an FTP user account has been created for the FTP client, with the username being
abc
and
the password being
pwd
.
Figure 27
Network diagram for FTPing a boot file from an FTP server
Configuration procedure
CAUTION:
If the available memory space of the device is not enough, use the
fixdisk
command to clear the memory
or use the
delete
/unreserved
file-url command to delete the files not in use and then perform the following
operations.
# Log in to the server through FTP.
<Sysname> ftp 10.1.1.1
Trying 10.1.1.1 ...
Connected to 10.1.1.1.
220 WFTPD 2.0 service (by Texas Imperial Software) ready for new user
User(10.1.1.1:(none)):abc
331 Give me your password, please
Password:
230 Logged in successfully
# Set the file transfer mode to binary to transmit boot file.
[ftp] binary
200 Type set to I.
# Download the boot file
newest.bin
from PC to the device.
•
Download the boot file
newest.bin
from PC to the root directory of the storage medium on the
master.
[ftp] get newest.bin
•
Download the boot file
newest.bin
from PC to the root directory of the storage medium of a slave
switch (with member ID of 2).
[ftp] get newest.bin slot2#flash:/newest.bin
# Upload the configuration file
config.cfg
of the device to the server for backup.
[ftp] ascii
[ftp] put config.cfg back-config.cfg
227 Entering Passive Mode (10,1,1,1,4,2).
125 ASCII mode data connection already open, transfer starting for /config.cfg.
226 Transfer complete.
FTP: 3494 byte(s) sent in 5.646 second(s), 618.00 byte(s)/sec.