Reference Guide

38 | File Management
www.dell.com | support.dell.com
Command
History
Usage
Information
FTOS supports a maximum of 100 files, at the root directory level, on both the
internal and external Flash.
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
Version 8.4.1.0 Added IPv6 addressing support for FTP, TFTP, and SCP.
Version 8.2.1.0 Added
usbflash and rpm0usbflash commands on E-Series ExaScale
Version 7.6.1.0 Introduced on S-Series and added SSH port number to SCP prompt sequence
on all systems.
Version 7.5.1.0 Introduced on C-Series
E-Series original Command