User`s manual
370
DWS-1008 User’s Manual
D-Link Systems, Inc.
Managing System Files
Note: You can copy a le from an switch to a TFTP server or from a TFTP server to a switch,
but you cannot use MSS to copy a le directly from one TFTP server to another.
To copy the le floor2 from nonvolatile storage to a TFTP server, type the following
command:
DWS-1008# copy oor2 tftp://10.1.1.1/oor2
success: sent 365 bytes in 0.401 seconds [ 910 bytes/sec]
The above command copies the le to the same lename on the TFTP server. To rename the
le when copying it, type the following command:
DWS-1008# copy oor2 tftp://10.1.1.1/oor2-backup
success: sent 365 bytes in 0.401 seconds [ 910 bytes/sec]
To copy a le named newconfig from a TFTP server to nonvolatile storage, type the following
command:
DWS-1008# copy tftp://10.1.1.1/newcong newcong
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
The above command copies the le to the same lename. To rename the le when copying
it, type the following command:
DWS-1008# copy tftp://10.1.1.1/newcong cong
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
To copy system image DWS010100.008 from a TFTP server to boot partition 1 in nonvolatile
storage, type the following command:
DWS-1008# copy tftp://10.1.1.107/DWS010100.008 boot1:DWS010100.008
............................................................................................................success: received
9163214 bytes in 105.939 seconds [ 86495 bytes/sec]
To rename test-config to new-config, you can copy it from one name to the other in the same
location, and then delete test-config. Type the following commands:
DWS-1008# copy test-cong new-cong
DWS-1008# delete test-cong
success: file deleted.