6-27
2) Enable FTP server on the firewall.
# Enable FTP server.
[H3C] ftp server enable
# Add FTP username and password.
[H3C] local-user guest
New local user added.
[H3C-luser- guest] service-type ftp
[H3C-luser- guest] password simple 123456
[H3C-luser-guest] authorization-attribute level 3
Table 6-12
Output description
Field
Description
ftp server enable
Enable the FTP server.
local-user guest
Create a local user, and enter user view.
service-type ftp
Set the service type that can be used locally as FTP.
password simple 123456
Configure the user password.
authorization-attribute level 3
Set the user level to 3.
z
The FTP service is enabled after the authentication and authorization of the FTP server are
configured. The FTP server supports multi-client access. 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 client.
z
After you configure FTP server authentication and authorization, you need to set the user level to 3.
Otherwise, when you store the backed-up file to the firewall, the system will display “You have no
rights to store files”. For configurations of user levels, refer to
H3C SecPath Series Security
Products User Manual
.
3) Enable the FTP client on the PC.
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.