5-15
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
Chapter 5 Managing the ACE Software
Using the File System on the ACE
Copying Files
This section contains the following topics:
•
Copying Files to Another Directory on the ACE
•
Copying Licenses
•
Copying a Packet Capture Buffer
•
Copying Files to a Remote Server
•
Copying Files from a Remote Server
•
Copying an ACE Software System Image to a Remote Server
Copying Files to Another Directory on the ACE
To copy a file from one directory in the disk0: file system of Flash memory to another
directory in disk0:, use the
copy disk0:
command.
Note
To view the content of the running- and startup-configuration files, use the
dir
disk0:
command.
The syntax for this command is:
copy disk0:
[
path/
]
filename1
{
disk0:
[
path
]
filename2
}
The keywords and arguments are:
•
[
path/
]
filename1
—Name of the file to copy. Use the
dir disk0:
command to
view the files available in the disk0: file system. If you do not provide the
optional path, the ACE copies the file from the root directory on the disk0:
file system.
•
disk0:
[
path
]
filename2
—The file destination in the disk0: directory of the
current context. If you do not provide the optional path, the ACE copies the
file to the root directory on the disk0: file system.
For example, to copy the file called SAMPLEFILE to the MYSTORAGE
directory in the disk0: file system, enter:
host1/Admin#
copy disk0:samplefile disk0:MYSTORAGE/SAMPLEFILE