Specifications

Table Of Contents
2-74
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
copy ftp://
copy ftp://
Downloads a file from a remote station to the local flash file system, using FTP.
copy ftp://username[:password]@server-address[:port]/path/source-file destination-file
Syntax Description
Command Default This command has no default settings.
Command Modes Privileged EXEC
Command History This table includes the following release-specific history entries:
Usage Guidelines Use the following syntax for remote upload/download using FTP:
ftp://username[:password]@server-address[:port]/path/file
You can configure keyword shortcuts for the copy command using the following commands:
ip ftp password to configure a password shortcut.
ip ftp username to configure a username shortcut.
Authorization: admin
Examples The following example downloads the ftp.sli file from the host 10.10.10.10 with user name “user” and
password “a1234”.
SCE>enable 10
Password:<cisco>
SCE#copy ftp://user:a1234@10.10.10.10/p:/applications/ftp.sli
SCE#
username The username known by the FTP server.
password The password of the given username.
server-address The dotted decimal IP address of the FTP server.
port Optional port number on the FTP server.
source-file The name of the source file located in the on the server.
destination-file The name of the file to be saved in the local flash file system. The file should
be in 8.3 format, that is eight characters, dot, then three characters.
Release Modification
2.5.7 This command was introduced.