8-6 
Configuration procedure 
 
 
If the available memory space of the master and slave is insufficient, 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 transmission mode to binary. 
[ftp] binary 
200 Type set to I. 
# Download boot file newest.app from PC to the device. 
[ftp] get test.bin 
 
227 Entering Passive Mode (10,1,1,1,4,1). 
125 BINARY mode data connection already open, transfer starting for / test.bin. 
.....226 Transfer complete. 
FTP: 5805100 byte(s) received in 19.898 second(s) 291.74K byte(s)/sec.  
# Upload configuration file config.cfg of the AP 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. 
[ftp] bye 
# Specify test.bin as the main boot file to be used at the next startup. 
<Sysname> boot-loader file test.bin main 
# Reboot the AP. 
<Sysname> reboot