Configuration management commands, Chapter 2, Copy – Dell POWEREDGE M1000E User Manual

Page 21: Chapter 2, “configuration management commands, Chapter

Advertising
background image

Dell Converged Enhanced Ethernet Command Reference

5

53-1002115-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 startup 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://[email protected]/file1 file2

Source password []?

To copy the source file from a remote machine using SCP:

switch#copy scp://user:[email protected]/file1 file2

To copy the source file from a local switch:

switch#copy flash://file1 file2

See Also

write erase, copy running-config

Advertising