HP 6125XLG R2306-HP 6125XLG Blade Switch Fundamentals Configuration Guide - Page 72

Displaying and maintaining the FTP server, FTP server configuration example, Network requirements

Page 72 highlights

Displaying and maintaining the FTP server Execute display commands in any view. Task Command Display FTP server configuration and status information. display ftp-server Display detailed information about online FTP users. display ftp-user FTP server configuration example Network requirements Create a local user account with username abc and password 123456 on the FTP server. Use the user account to log in to the FTP server from the FTP client, upload the file temp.bin from the FTP client to the FTP server, and download the configuration file config.cfg from the FTP server to the FTP client for backup. Figure 21 Network diagram Configuration procedure 1. Configure IP addresses as shown in Figure 21, and make sure the IRF fabric and the PC can reach each other. (Details not shown.) 2. Configure the FTP server: # Examine the storage space on the member devices for insufficiency. If the free space is insufficient, use the delete/unreserved file-url command to delete unused files. (Details not shown.) # Create a local user account abc, set the password to 123456, the user role to network-admin, the working directory to the root directory of the Flash, and the service type to FTP. (To set the working directory to the Flash root directory of the subordinate member, replace flash:/ in the authorization-attribute command with slot2#flash:/.) system-view [Sysname] local-user abc class manage [Sysname-luser-abc] password simple 123456 [Sysname-luser-abc] authorization-attribute user-role network-admin work-directory flash:/ [Sysname-luser-abc] service-type ftp [Sysname-luser-abc] quit # Enable the FTP server. [Sysname] ftp server enable 65

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155

65
Displaying and maintaining the FTP server
Execute
display
commands in any view.
Task
Command
Display FTP server configuration and status information.
display
ftp-server
Display detailed information about online FTP users.
display
ftp-user
FTP server configuration example
Network requirements
Create a local user account with username
abc
and password
123456
on the FTP server. Use the user
account to log in to the FTP server from the FTP client, upload the file
temp.bin
from the FTP client to the
FTP server, and download the configuration file
config.cfg
from the FTP server to the FTP client for backup.
Figure 21
Network diagram
Configuration procedure
1.
Configure IP addresses as shown in
Figure 21
, and make sure the IRF fabric and the PC can reach
each other. (Details not shown.)
2.
Configure the FTP server:
# Examine the storage space on the member devices for insufficiency. If the free space is
insufficient, use the
delete/unreserved
file
-
url
command to delete unused files. (Details not shown.)
# Create a local user account
abc
, set the password to
123456
, the user role to
network-admin
,
the working directory to the root directory of the Flash, and the service type to FTP. (To set the
working directory to the Flash root directory of the subordinate member, replace
flash:/
in the
authorization-attribute
command with
slot2#flash:/
.)
<Sysname> system-view
[Sysname] local-user abc class manage
[Sysname-luser-abc] password simple 123456
[Sysname-luser-abc] authorization-attribute user-role network-admin work-directory
flash:/
[Sysname-luser-abc] service-type ftp
[Sysname-luser-abc] quit
# Enable the FTP server.
[Sysname] ftp server enable