Specifications

Table Of Contents
2-83
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
copy source-file ftp://
copy source-file ftp://
Uploads a file to a remote station, using FTP.
copy source-file ftp://username[:password]@server-address[:port]/path/destination-file
Syntax Description
Defaults 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 format for remote upload/download using FTP:
ftp://username[:password]@serveraddress[: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 uploads the analysis.sli file located on the local flash file system to the host
10.1.1.105.
SCE>enable 10
Password:<cisco>
SCE#copy /appl/analysis.sli ftp://myname:mypw@10.1.1.105/p:/applications/analysis.sli
SCE#
source-file The name of the source file located in the local flash file system.
username The username known by the FTP server.
password The password of the given username.
server-address The dotted decimal IP address.
port Optional port number on the FTP server.
destination-file The name of the file to be created in the FTP server.
Release Modification
2.5.7 This command was introduced.