Configuration Guide User guide
FastIron Configuration Guide 193
53-1002494-02
Secure copy with SSH2
FastIron WS devices
To copy a software image file from an SCP-enabled client to the primary flash on these devices,
enter the following command.
C:\> scp SXL03200.bin terry@192.168.1.50:flash:primary.bin
or
C:\> scp terry@192.168.1.50:flash:primary.bin SXL03200.bin
To copy a software image file from an SCP-enabled client to the secondary flash on these devices,
enter the following command.
C:\> scp SXL03200.bin terry@192.168.1.50:flash:secondary.bin
or
C:\> scp terry@192.168.1.50:flash:secondary.bin SXL03200.bin
NOTE
The Brocade device supports only one SCP copy session at a time.
Copying a Software Image file from flash memory
The scp command syntax differs between device series. Use the command syntax in the
appropriate section.
Brocade FCX Series, ICX Series, and FastIron X Series Devices
To copy a software image file from the primary flash on these devices to an SCP-enabled client,
enter a command such as the following.
C:\> scp terry@192.168.1.50:flash:primary FCXR07000.bin
To copy a software image file from the secondary flash on these devices to an SCP-enabled client,
enter a command such as the following.
C:\> scp terry@192.168.1.50:flash:secondary FCXR07000.bin
FastIron WS Series devices
To copy a software image from the primary flash on these devices to an SCP-enabled client, enter a
command such as the following.
C:\ scp terry@192.168.1.50:flash:primary.bin SXL03200.bin
To copy a software image from the secondary flash on these devices to an SCP-enabled client,
enter a command such as the following.
C:\ scp terry@192.168.1.50:flash:secondary.bin SXL03200.bin
NOTE
The Brocade device supports only one SCP copy session at a time.