87
# Assign the
network-admin
user role to the user. Set the working directory to the root
directory of the flash memory on the active MPU. (To set the working directory to the root
directory of the flash memory on the standby MPU, replace
flash:/
with
slot1#flash:/
.)
[Sysname-luser-abc] authorization-attribute user-role network-admin work-directory
flash:/
# Assign the service type FTP to the user.
[Sysname-luser-abc] service-type ftp
[Sysname-luser-abc] quit
# Enable the FTP server.
[Sysname] ftp server enable
[Sysname] quit
# Examine the storage space for space insufficiency and delete unused files for more free
space.
<Sysname> dir
Directory of flash:
1 drw- - Jun 29 2011 18:30:38 logfile
2 drw- - Jun 21 2011 14:51:38 diagfile
3 drw- - Jun 21 2011 14:51:38 seclog
4 -rw- 2943 Jul 02 2011 08:03:08 startup.cfg
5 -rw- 63901 Jul 02 2011 08:03:08 startup.mdb
6 -rw- 716 Jun 21 2011 14:58:02 hostkey
7 -rw- 572 Jun 21 2011 14:58:02 serverkey
8 -rw- 6541264 Aug 04 2011 20:40:49 backup.bin
473664 KB total (467080 KB free)
<Sysname> delete /unreserved flash:/backup.bin
3.
Perform FTP operations from the PC (FTP client):
# Log in to the FTP server at 1.1.1.1 using username
abc
and password
123456
.
c:\> ftp 1.1.1.1
Connected to 1.1.1.1.
220 FTP service ready.
User(1.1.1.1:(none)):abc
331 Password required for abc.
Password:
230 User logged in.
# Use the ASCII mode to download configuration file
startup.cfg
from the device to the PC for
backup.
ftp> ascii
200 TYPE is now ASCII
ftp> get startup.cfg back-startup.cfg
# Use the binary mode to upload the file temp.bin from the PC to the root directory of the flash
memory on the active MPU.
ftp> binary
200 TYPE is now 8-bit binary
ftp> put temp.bin
# Exit FTP.
ftp> bye
Содержание FlexNetwork 10500 Series
Страница 139: ...130 Sysname display version ...