Reference Guide

File Management | 27
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
delete
s
Delete a file from the flash. Once deleted, files cannot be restored.
Syntax
delete flash-url [no-confirm]
Parameters
Command Modes
EXEC Privilege
cd Change working directory.
S6000
flash-url
Enter the following location and keywords:
For a file or directory on the internal Flash, enter
flash:// followed by the filename or
directory name.
For a file or directory on the external USB Flash enter usbflash:// followed by the
filename or directory name.
no-confirm (OPTIONAL) Enter the keyword no-confirm to specify that FTOS does not require user
input for each file prior to deletion.