H3C SECBLADESSLVPN-CMW340-E7111 - Release Notes

H3C SECBLADESSLVPN-CMW340-E7111 Release Notes
April 28, 2011 Page 41 of 49
230 User logged in.
4) Upgrade applications.
Using FTP, you can upload application files from the client to overwrite the existing application files on
the server (SecBlade card) to implement application upgrade. The upgraded application files take
effect at the next boot.
# Upload the main_bac.bin file from the PC to the SecBlade card and save it as main.bin.
ftp> binary
200 Type set to I.
ftp> lcd d:\update
Local directory now D:\update.
ftp> put main_bac.bin main.bin
200 Port command okay.
150 Opening BINARY mode data connection for main.bin.
226 Transfer complete.
FTP: 11673608 byte(s) sent in 7.648 second(s), 1526.00Kbyte(s)/sec
l When you upgrade an application file, if the file name already exists on the FTP server, the
existing file will directly be overwritten.
l You can upgrade configuration files in the way you upgrade application files. You can use a text
editor to modify a configuration file. You can download the modified configuration file to the
SecBlade card and the modified configuration file takes effect at the next boot.
5) Back up application files.
Using FTP, you can download application files from the FTP server (SecBlade card) to the FTP client
(the PC) for the backup purpose.
# Download the main.bin file from the SecBlade card to the PC and save it as main_bac.bin.
ftp> get main.bin main_bac.bin
200 Port command okay.
150 Opening BINARY mode data connection for main.bin.
226 Transfer complete.
FTP: 11673608 byte(s) received in 12.735 second(s), 916.00K byte(s)/sec
ftp> quit