beautypg.com

Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 163

background image

File Management Commands

Software Reference for x310 Series Switches

C613-50046-01 REV A

AlliedWare Plus

TM

Operating System - Version 5.4.4C

7.17

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:

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:

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:

To copy the file config.cfg into the current directory from a USB storage device, and
rename it to configtest.cfg, use the command:

To copy the file test.txt from the top level of Flash on stack member 4 to the current
directory in the stack master, use the command:

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 (URL)
show file systems

awplus#

copy tftp://10.0.0.1/bob.key bob.key

awplus#

copy sftp://10.0.1.2/new.cfg bob.key

awplus#

copy scp://beth@serv:2000/config_files/old.cfg old.cfg

awplus#

copy usb:/config.cfg configtest.cfg

awplus#

copy awplus-4/flash:/test.txt test.txt