Nortel Networks 2300 Series WSS# copy floorwss tftp//10.1.1.1/floorwss, Delete on Dir on

Models: 2300 Series

1 622
Download 622 pages 48.74 Kb
Page 549
Image 549

File Management Commands 549

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-configto new-configby 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.htmlfrom 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.

Nortel WLAN—Security Switch 2300 Series Command Line Reference

Page 549
Image 549
Nortel Networks 2300 Series manual WSS# copy floorwss tftp//10.1.1.1/floorwss, Delete on Dir on