File Management Commands
©2008 Allied Telesis Inc. All rights reserved.
7.6
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
copy LOCAL
This command copies a file between local file systems. This allows you to copy a file stored on
flash memory to or from a different memory type attached to your device, such as an SD card.
By default, the destination filename is the same as the source file.
Syntax
copy
<local-source> <local-destination> <filename>
Mode
Privileged Exec mode.
Examples
To copy the file “newconfig.cfg” onto your device’s flash from an SD Card, use the command:
awplus#
copy card flash newconfig.cfg
Related Commands
copy URL
copy zmodem
show file
show file systems
Parameter
Description
<local-source>
File system where the original file is stored.
card
Copies the file from an attached SD card.
flash
Copies the file from Flash memory.
<local-destination>
File system where the file is copied to.
card
Copies the file from an attached SD card
flash
Copies the file to Flash memory.
<filename>
Filename of the file you are copying.