Specifications

Table Of Contents
2-76
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
copy-passive
copy-passive
Uploads or downloads a file using passive FTP.
copy-passive source-file ftp://username[:password]@server-address[:port]/path/destination-file
[overwrite ]
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 format for remote upload/download using FTP:
ftp://username[:password]@serveraddress[:port]/path/file
Use the overwrite keyword to permit the command to overwrite an existing 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 performs the same operation as the previous copy ftp example using passive FTP.
SCE>enable 10
Password:<cisco>
SCE#copy-passive 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 password of the given username.
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.