CLI Reference Guide-R04

Table Of Contents
Chapter 4
| System Management Commands
File Management
– 128 –
copy This command moves (upload/download) a code image or configuration file
between the switchs flash memory and an FTP/TFTP server or a USB memory stick.
When you save the system code or configuration settings to a file on an FTP/TFTP
server, that file can later be downloaded to the switch to restore system operation.
The success of the file transfer depends on the accessibility of the FTP/TFTP server
and the quality of the network connection.
Syntax
copy file {file | ftp | running-config | startup-config | tftp | unit }
copy ftp {add-to-running-config | banner-motd | file | https-certificate |
public-key | running-config | startup-config}
copy running-config {file | ftp | startup-config | tftp}
copy startup-config {file | ftp | running-config | tftp}
copy tftp {add-to-running-config | banner-motd | file | https-certificate |
public-key | running-config | startup-config}
copy unit file
add-to-running-config - Keyword that adds the settings listed in the
specified file to the running configuration.
banner-motd - message of the day text file to be used on the switch
banner.
file - Keyword that allows you to copy to/from a file.
ftp - Keyword that allows you to copy to/from an FTP server.
https-certificate - Keyword that allows you to copy the HTTPS secure site
certificate.
public-key - Keyword that allows you to copy a SSH key from a TFTP server.
(See “Secure Shell” on page 265.)
running-config - Keyword that allows you to copy to/from the current
running configuration.
startup-config - The configuration used for system initialization.
tftp - Keyword that allows you to copy to/from a TFTP server.
unit -Use to specify a source or destination switch unit to copy from or to.
Default Setting
None
Command Mode
Privileged Exec
Command Usage
The system prompts for data required to complete the copy command.