Specifications

Startup and General Configuration Summary
Managing Configuration and Image Files
SecureStack B2 Configuration Guide 2-87
2.1.16.4 copy
Use this command to upload or download an image or a CLI configuration file.
copy source destination
Syntax Description
Command Mode
Read-Write.
Command Defaults
None.
Examples
This example shows how to download an image via TFTP:
This example shows how to download a configuration file to the directory structure:
This example shows how to upload a configuration file from the directory structure:
source Specifies location and name of the source file to copy.
Options are a local file path in the configs directory , or the
URL of aTFTP 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 aTFTP server.
B2(rw)->copy tftp://134.141.89.34/version01000 system:image
B2(rw)->copy tftp://10.1.192.1/Jan1_2004.cfg configs/Jan1_2004.cfg
B2(rw)->copy configs/Jan1_2004.cfg tftp://10.1.192.1/Jan1_2004.cfg