Brocade Converged Enhanced Ethernet Command Reference v6.1.2_cee (53-1001217-01, June 2009)
Converged Enhanced Ethernet Command Reference 5
53-1001217-01
Chapter
2
Configuration Management Commands
copy
Copies one file to another location.
Synopsis copy source-file-url destination-file-url
Operands source-file-url Specifies location of the source file to be copied using one of the following
formats:
FLASH Copies from URL [flash://]filename
FTP Copies from URL ftp://[username[:password]@server/path]
SCP Copies from URL scp://[username[:password]@server/path]
destination-file-url Specifies the destination file using one of the following formats:
FLASH Copies to URL [flash://]filename
FTP Copies to URL ftp://[username[:password]@server/path]
SCP Copies to URL scp://[username[:password]@server/path]
running-config
Copies to the current running configuration.
startup--config
Copies to the current running configuration file.
Defaults There are no usage guidelines for this command.
Command
Modes
Privileged EXEC Mode
Description Use this command to copy a file to another location.
Usage
Guidelines
There are no usage guidelines for this command.
Examples To copy the source file to a remote machine using FTP:
switch#copy ftp://user@10.10.10.10/file1 file2
Source password[]?
To copy the source file from a remote machine using SCP:
switch#copy scp://user:password@10.10.10.10/file1 file2