Copies a file (config,log,txt...etc) from any location to the Access Point, wireless controller, or service platform and vice-versa
Note
Copying a new config file to an existing running-config file merges it with the existing running-config file on the wireless controller. Both the existing running-config and the new config file are applied as the current running-config. Copying a new config file to a start-up config file replaces the existing start-up config file with the parameters of the new file. It is recommended that you erase the existing start-up config file and then copy the new config file to the startup config.copy [<SOURCE-FILE>|<SOURCE-URL>] [<DESTINATION-FILE>|<DESTINATION-URL>]
copy [<SOURCE-FILE>|<SOURCE-URL>] [<DESTINATION-FILE>|<DESTINATION-URL>]
<SOURCE-FILE> |
Specify the source file to copy. |
<SOURCE-URL> |
Specify the source file's location (URL). |
<DESTINATION-FILE> |
Specify the destination file to copy to. |
<DESTINATION-URL> |
Specify the destination file's location (URL). |
Transferring file snmpd.log to remote TFTP server.
rfs4000-229D58#copy flash:/log/snmpd.log tftp://10.233.89.183:/snmpd.log Accessing running-config file from remote TFTP server into switch running-config. rfs4000-229D58#copy tftp://10.233.89.183:/running-config running-config