copy
copy
Syntax Description
Defaults
Command Modes
Command History
Usage Guidelines
Examples
Related Commands
Catalyst 3750-X and 3560-X Switch Command Reference
A-6
Downloaded from
www.Manualslib.com
Use the copy boot loader command to copy a file from a source to a destination.
copy [-b block-size] filesystem:/source-file-url filesystem:/destination-file-url
-b block-size
(Optional) This option is used only for internal development and testing.
filesystem:
Alias for a flash file system. Use flash: for the system board flash device.
/source-file-url
Path (directory) and filename (source) to be copied.
/destination-file-url
Path (directory) and filename of the destination.
The default block size is 4 KB.
Boot loader
Release
Modification
12.2(53)SE2
This command was introduced.
Filenames and directory names are case sensitive.
Directory names are limited to 45 characters between the slashes (/); the name cannot contain control
characters, spaces, deletes, slashes, quotes, semicolons, or colons.
Filenames are limited to 45 characters; the name cannot contain control characters, spaces, deletes,
slashes, quotes, semicolons, or colons.
If you are copying a file to a new directory, the directory must already exist.
This example show how to copy a file at the root:
switch: copy flash:test1.text flash:test4.text
.
File "flash:test1.text" successfully copied to "flash:test4.text"
You can verify that the file was copied by entering the dir filesystem: boot loader command.
Command
Description
delete
Deletes one or more files from the specified file system.
manuals search engine
Appendix A
Catalyst 3750-X and 3560-X Switch Boot Loader Commands
OL-21522-02