A SERVICE OF

logo

466 CHAPTER 18: FILE MANAGEMENT COMMANDS
The following command copies a file called closetwx from a TFTP server
to nonvolatile storage:
WX4400# copy tftp://10.1.1.1/closetwx closetwx
Sent read request
.Done
The following command copies system image WXA03001.Rel from a
TFTP server to boot partition 1 in nonvolatile storage:
WX4400# copy tftp://10.1.1.107/WXA03001.Rel
boot1:WXA03001.Rel
Sent read request
............................................................
................................................Done
The following commands rename test-config to new-config by copying it
from one name to the other in the same location, then deleting
test-config:
WX4400# copy test-config new-config
.Done
WX4400# delete test-config
success: file deleted.
The following command copies file corpa-login.html from a TFTP server
into subdirectory corpa in an WX switch’s nonvolatile storage:
WX4400# copy tftp://10.1.1.1/corpa-login.html corpa/corpa-login.html
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
See Also
“delete” on page 466
“dir” on page 467
delete Deletes a file.
CAUTION: MSS does not prompt you to verify whether you want to
delete a file. When you press Enter after typing a delete command, MSS
immediately deletes the specified file.
MSS does not allow you to delete the currently running software image
file or the running configuration.