Quick Reference Guide

PowerConnect B-Series TI24X Configuration Guide 923
53-1002269-02
Using Secure copy with SSH2
27
Copying the running config file to an SCP-enabled client
To copy the running configuration file on the device to a file called c:\cfg\fdryrun.cfg on the
SCP-enabled client, enter the following command.
C:\> scp terry@192.168.1.50:runConfig c:\cfg\fdryrun.cfg
Copying the startup config file to an SCP-enabled client
To copy the startup configuration file on the device to a file called c:\cfg\fdrystart.cfg on the
SCP-enabled client, enter the following command.
C:\> scp terry@192.168.1.50:startConfig c:\cfg\fdry
To overwrite the running configuration file
C:\> scp c:\cfg\brocade.cfg terry@192.168.1.50:runConfig-overwrite
Copying a software image file to flash memory
To copy a software image file from an SCP-enabled client to the primary flash on a device use the
following command.
C:\> scp TIR04200.bin terry@192.168.1.50:flash:primary
To copy a software image file from an SCP-enabled client to the secondary flash on a device , enter
the following command.
C:\> scp TIR04200.bin terry@192.168.1.50:flash:secondary
NOTE
The device supports only one SCP copy session at a time.
Copying a Software Image file from flash memory
To copy a software image from the primary flash on the device to an SCP-enabled client, enter a
command such as the following.
C:\ scp terry@192.168.1.50:flash:primary TIR04200.bin
To copy a software image from the secondary flash on the device to an SCP-enabled client, enter a
command such as the following.
C:\ scp terry@192.168.1.50:flash:secondary TIR04200.bin
NOTE
The device supports only one SCP copy session at a time.