Specifications

3-15
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 3 CLI Commands
copy ftp
copy ftp
To copy software configuration or image data from an FTP server, use the copy ftp EXEC command.
copy ftp {central {hostname | ip-address} remotefiledir remotefilename slotnumber [username
username password | proxy {hostname | ip-address} proxy_portnum [username username
password] | port port-num | md5 md5sum] | disk {hostname | ip-address} remotefiledir
remotefilename localfilename | install {hostname | ip-address} remotefiledir remotefilename}
Syntax Description ftp Copies a file from an FTP server.
central Copies a file to the software upgrade image repository.
hostname Hostname of the FTP server.
ip-address IP address of the FTP server.
remotefiledir Directory on the FTP server where the image file to be copied is located.
remotefilename Name of the file to be copied to the image repository.
slotnumber Slot location (1–5) into which the upgrade image is to be copied.
username (Optional) Specifies FTP authentication.
username (Optional) Clear text of the username.
password (Optional) Password for FTP authentication.
proxy (Optional) Specifies proxy address.
hostname (Optional) Hostname of the proxy server.
ip-address (Optional) IP address of the proxy server.
proxy_portnum (Optional) Port number on the proxy server.
username (Optional) Specifies the proxy server authentication username.
username (Optional) Clear text of the username.
password (Optional) Password for proxy server authentication.
port (Optional) Specifies port at which to connect to the FTP server.
port-num (Optional) Port number on the FTP server.
md5 (Optional) Specifies MD5 signature of the file being copied.
md5sum (Optional) MD5 signature.
disk Copies a file to a local disk.
hostname Hostname of the FTP server.
ip-address IP address of the FTP server.
remotefiledir Directory on the FTP server where the file to be copied is located.
remotefilename (Optional) Name of the file to be copied to the local disk.
localfilename (Optional) Name of the copied file as it appears on the local disk.
install (Optional) Copies the file from an FTP server and installs the software
release file to the local device.
hostname (Optional) Name of the FTP server.
ip-address (Optional) IP address of the FTP server.
remotefiledir Remote file directory.
remotefilename Remote filename.