134
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
F
ILE
M
ANAGEMENT
C
OMMANDS
COPY
(
FILENAME
)
Do not use spaces or parentheses within filenames. Use hyphens or underlines
instead.
Examples
To use TFTP to copy the file
bob.key
into the current directory from the remote
server at
10.0.0.1
, use the command:
awplus#
copy tftp://10.0.0.1/bob.key bob.key
To use SFTP to copy the file
new.cfg
into the current directory from a remote
server at
10.0.1.2
, use the command:
awplus#
copy sftp://10.0.1.2/new.cfg bob.key
To use SCP with the username
beth
to copy the file
old.cfg
into the directory
config_files
on a remote server that is listening on TCP port 2000, use the
command:
awplus#
copy scp://beth@serv:2000/config_files/old.cfg old.cfg
To copy the file
newconfig.cfg
onto your device’s Flash from a USB storage
device, use the command:
awplus#
copy usb:/newconfig.cfg flash:/newconfig.cfg
To copy the file
newconfig.cfg
to a USB storage device from your device’s
Flash, use the command:
awplus#
copy flash:/newconfig.cfg usb:/newconfig.cfg
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).
Related
Commands
copy zmodem
edit (filename)
show file systems