HP Firewall Series - HP AF5000-CMW520-R3206P22 Release Notes

18
<Sysname>
This example uses the default system software image file name main.bin and the default configuration
file names startup.cfg and system.xml.
3. Perform the ftp command in user view to access the FTP server.
<Sysname> ftp 192.168.0.2
Trying 192.168.0.2 ...
Press CTRL+K to abort
Connected to 192.168.0.2.
220 3Com 3CDaemon FTP Server Version 2.0
User(192.168.0.2:(none)):user123
331 User name ok, need password
Password:
230 User logged in
[ftp]
4. Perform the put command in FTP client view to upload the main.bin file to the FTP server.
[ftp] put main.bin
227 Entering passive mode (192,168,0,2,26,0)
125 Using existing data connection
226 Closing data connection; File transfer successful.
FTP: 16969732 byte(s) sent in 14.605 second(s), 1355.00Kbyte(s)/sec.
[ftp]
5. Perform the put command in FTP client view to upload the startup.cfg file and the system.xml file to the
FTP server.
[ftp] put startup.cfg
227 Entering passive mode (192,168,0,2,26,3)
125 Using existing data connection
226 Closing data connection; File transfer successful.
FTP: 1410 byte(s) sent in 0.187 second(s), 6.00Kbyte(s)/sec.
[ftp] put system.xml
227 Entering passive mode (192,168,0,2,26,6)
125 Using existing data connection
226 Closing data connection; File transfer successful.
FTP: 6647 byte(s) sent in 0.203 second(s), 50.00Kbyte(s)/sec.
[ftp]
Upgrading the system software
This configuration example was created and verified on Feature 3210P16 for the system software image file
f5000.bin.
1. Perform the get command in FTP client view to download the system software image file f5000.bin to the
CF card on the firewall.
[ftp] get f5000.bin
227 Entering passive mode (192,168,0,2,26,77)
125 Using existing data connection
226 Closing data connection; File transfer successful.