copy

Copies a file (config,log,txt...etc) from any location to the Access Point, wireless controller, or service platform and vice-versa

Note

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.

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

copy [<SOURCE-FILE>|<SOURCE-URL>] [<DESTINATION-FILE>|<DESTINATION-URL>]

Parameters

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).

Examples

Transferring file snmpd.log to remote TFTP server.

ap505-13403B#c#copy flash:/log/upgrade.log tftp://10.233.89.183:/upgrade.log
Accessing running-config file from remote TFTP server into switch running-config.
ap505-13403B#c#copy tftp://10.233.89.183:/running-config running-config