Command Reference Guide

36 | File Management
www.dell.com | support.dell.com
The usbflash and rpm0usbflash commands are supported on E-Series ExaScale platform only.
Refer to the FTOS Release Notes for a list of approved USB vendors.
When copying a file to a remote location (for example, using Secure Copy (SCP)), enter only
the keywords and FTOS prompts you for the rest of the information.
For example, when using SCP, you can enter
copy running-config scp:
The running-config is the source, and the target is specified in the ensuing prompts. FTOS
prompts you to enter any required information, as needed for the named destination—remote
destination, destination filename, user ID and password, etc.
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:
The following text is an example of the output when the running-configuration is copied:
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? ******
Password to login remote host? ******
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 the following 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.
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]]]
cd Change working directory.