746 Managing system files
NN47250-500 (Version 03.01)
The above command copies the file to the same filename on the TFTP server. To rename the file when
copying it, type the following command:
WSS# copy floor2wss tftp://10.1.1.1/floor2mx-backup
success: sent 365 bytes in 0.401 seconds [ 910 bytes/sec]
To copy a file named newconfig from a TFTP server to nonvolatile storage, type the following command:
WSS# copy tftp://10.1.1.1/newconfig newconfig
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
The above command copies the file to the same filename. To rename the file when copying it, type the
following command:
WSS# copy tftp://10.1.1.1/newconfig mxconfig
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
To copy system image MX010101.020 from a TFTP server to boot partition 1 in nonvolatile storage, type the
following command:
WSS# copy tftp://10.1.1.107/NT504103.001 boot1:NT504103.001
............................................................................................................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:
WSS# copy test-config new-config
WSS# delete test-config
success: file deleted.
To copy file corpa-login.html from a TFTP server into subdirectory corpa in a WSS’s nonvolatile storage,
type the following command:
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]