Hub/Switch Reference Guide
File Management Commands 549
Nortel WLAN—Security Switch 2300 Series Command Line Reference
Examples
The following command copies a file called floorwss from nonvolatile storage to a TFTP server:
WSS# copy floorwss tftp://10.1.1.1/floorwss
success: sent 365 bytes in 0.401 seconds [ 910 bytes/sec]
The following command copies a file called closetwss from a TFTP server to nonvolatile storage:
WSS# copy tftp://10.1.1.1/closetwss closetwss
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
The following command copies system image WSS020101.020 from a TFTP server to boot partition 1 in nonvolatile
storage:
WSS# copy tftp://10.1.1.107/WSS020101.020 boot1:WSS020101.020
............................................................................................................success: received 9163214
bytes in 105.939 seconds [ 86495 bytes/sec]
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:
WSS# copy test-config new-config
WSS# delete test-config
success: file deleted.
The following command copies file corpa-login.html from a TFTP server into subdirectory corpa in a WSS’s nonvola-
tile storage:
WSS# 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 539
• dir on page 540
delete
Deletes a file.
Caution! WSS Software does not prompt you to verify whether you want to delete a file.
When you press Enter after typing a delete command, WSS Software immediately deletes
the specified file.
Note. WSS Software does not allow you to delete the currently running software image
file or the running configuration.










