Specifications
General Configuration Command Set
Managing Configuration and Image Files
2-138 Matrix DFE-Gold Series Configuration Guide
2.2.9.5 copy
Use this command to upload or download an image or a CLI configuration file.
copy source destination
Syntax Description
Command Type
Switch.
Command Mode
Read-Write.
Command Defaults
None.
Examples
This example shows how to download an image via TFTP:
This example shows how to download an image via Anonymous FTP:
This example shows how to download an image via FTP with user credentials:
NOTE: The Matrix module to which a configuration file is downloaded must have the
same hardware configuration as the Matrix module from which it was uploaded.
source Specifies location and name of the source file to copy.
Options are a local file path (valid directories are /images
and /slotN), or the URL of an FTP or TFTP server.
destination Specifies location and name of the destination where the
file will be copied. Options are a slot location and file
name, or the URL of an FTP or TFTP server.
Matrix(rw)->copy tftp://134.141.89.34/ets-mtxe7-msi newimage
Matrix(rw)->copy ftp://134.141.89.34/ets-mtxe7-msi newimage
Matrix(rw)->copy ftp://user:passwd@134.141.89.34/ets-mtxe7-msi newimage