Installation Manual
H3C SecPath F1000-E Firewall
Chapter 6 Maintaining Software
6-28
In the following example, the FTP client program is the built-in Windows XP FTP client:
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.
Table 6-12
Description on the display information of enabling FTP server
Display information
Description
C:\Documents and
Settings\Administrator>ftp
Enable the FTP client program on the
PC.
ftp> open 192.168.80.10
In FTP client view, log into the IPv4 FTP
server.
User (192.168.80.10:(none))
Input the username configured on the
FTP server.
331 Password required for guest
Input the password.
230 User logged in
You have logged into the FTP server
successfully.
4)
Upgrade an application file.
Using FTP, you can upload an application file from the client to the server (firewall), and
overwrite the original main application file to implement the application upgrade. The
upgraded application file takes effect when the firewall reboots.
# Upload file
main_bac.bin
from the PC to the firewall, and saves 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.