Command Line Reference Guide

36 | File Management
www.dell.com | support.dell.com
When you use the copy running-config startup-config command to copy the running configuration
(the startup configuration file amended by any configuration changes made since the system was
started) to the startup configuration file, FTOS creates a backup file on the internal flash of the startup
configuration.
FTOS supports copying the running-configuration to a TFTP server or to an FTP server:
copy running-config tftp:
copy running-config ftp:
Command Example: copy running-config scp:
FTOS#copy running-config scp:/
Address or name of remote host []: 10.10.10.1
Destination file name [startup-config]? old_running
User name to login remote host? sburgess
Password to login remote host? dilling
In this example — copy scp: flash: specifying SCP in the first position indicates that the target is to
be specified in the ensuing prompts. Entering flash: in the second position means that the target is the
internal Flash. In this example the source is on a secure server running SSH, so the user is prompted for
the UDP port of the SSH server on the remote host.
Using scp to copy from an SSH Server
FTOS#copy scp: flash:
Address or name of remote host []: 10.11.199.134
Port number of the server [22]: 99
Source file name []: test.cfg
User name to login remote host: admin
Password to login remote host:
Destination file name [test.cfg]: test1.cfg
Related
Commands
copy (Streamline Upgrade)
c e
Copy a system image to a local file and update the boot profile.
Syntax
copy source-url target-url [boot-image [synchronize-rpm [external]]]
Parameters
cd Change working directory.
source-url
Enter the source file in url format. The source file is a valid Dell Force10 release
image. Image validation is automatic.
target-url
Enter the local target file in url format.
boot-image Enter the keyword boot-image to designate this copy command as a streamline
update.
synchronize-rpm Enter the keyword synchronize-rpm to copy the new image file to the peer RPM.
external
Enter the keyword external to designate the target device on the peer RPM as
external flash (instead of the default internal flash).
Default: Internal Flash