C613-50170-01 Rev B
Command Reference for x510 Series
119
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
F
ILE
AND
C
ONFIGURATION
M
ANAGEMENT
C
OMMANDS
COPY
(
FILENAME
)
To copy the file “config.cfg” into the current directory from a USB storage device,
and rename it to “configtest.cfg”, use the command:
awplus#
copy usb:/config.cfg configtest.cfg
To copy the file “config.cfg” into the current directory from a remote file server, and
rename it to “configtest.cfg”, use the command:
awplus#
copy fserver:/config.cfg configtest.cfg
To copy the file “test.txt” from the top level of Flash on stack member 2 to the
current directory in the stack master, use the command:
awplus#
copy awplus-2/flash:/test.txt test.txt
Note that you must specify either the NVS or Flash filesystem on the (backup) stack
member (
flash:
in this example).
On an AMF managed network to distribute the file “file.txt” to the top level of Flash
memory on all nodes from the top level of Flash memory on the node named
“master”, use the commands:
awplus#
atmf working-set group all
network-name[80]#
copy force master.atmf/flash:/file.txt flash:
Related
Commands