Administrator Guide

Table Of Contents
Example
Dell#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 copy scp: flash: example, specifying SCP in the first position indicates that the target is to
be specified in the ensuing prompts. Entering flash: in the second position indicates that the target
is the internal Flash. The source is on a secure server running SSH, so you are prompted for the user
datagram protocol (UDP) port of the SSH server on the remote host.
Example
Dell#copy running-config nfsmount://<mount-point>/filepath
Destination file name [test.txt]:
User name to login remote host: usrname
Password to login remote host:
Example
Dell#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
Example
FTOS#copy compressed-config compressed-cfg
!
6655 bytes successfully copied
FTOS#
FTOS#copy compressed-config ftp:
Address or name of remote host []: 10.11.8.12
Destination file name [startup-config]:
User name to login remote host: spbalaji
Password to login remote host:
!
6655 bytes successfully copied
Related
Commands
cd changes the working directory.
delete
Delete a file from the flash. After deletion, files cannot be restored.
Syntax
delete flash-url [no-confirm]
Parameters
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 NFS mounted file system, enter nfsmount://
followed by the mount point and the file path.
NOTE: While deleting a file directory on a remote NFS file system, it is
mandatory to specify the mount-point that indicates the working directory
on the NFS file system. You cannot delete the root directory of the remote
NFS file system.
For a file or directory on an external USB drive, enter usbflash:// followed
by the filename or directory name.
no-confirm (OPTIONAL) Enter the keyword no-confirm to specify that Dell Networking OS
does not require user input for each file prior to deletion.
File Management 55