HP Router Service Modules - HP SECBLADENSM-CMW520-R3109 Release Notes

HP SECBLADENSM-CMW520-R3109
Release Notes
Hewlett-Packard Development Company, L.P.
41
NOTE:
You can use the FTP service after you have configured authorization and
authentication on the FTP server. Multiple clients can simultaneously access the FTP
server.
A remote FTP client sends a request to the FTP server. The FTP server executes an
action accordingly and returns the execution result to the FTP client.
After you have configured authentication and authorization on the FTP server, you
need to set the user level to 3. Otherwise, when you use the backup files to restore
those on the SecBlade card, You have no rights to store files will be prompted.
Step3 Enable the FTP client program on the PC.
In the following example, Windows XPs built-in FTP client program is illustrated.
Enter ftp in the DOS window.
C:\Documents and Settings\Administrator>ftp
ftp>
ftp> open 192.168.80.10
Connected to 192.168.80.10.
220 FTP service ready.
User (192.168.80.10:(none)): guest
331 Password required for guest
Password:
230 User logged in.
Step4 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
NOTE:
When you upgrade an application file, if the file name already exists on the FTP server,
the existing file will directly be overwritten.
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
configurati
on file to the SecBlade card and the modified configuration file takes effect
at the next boot.