Specifications
3-39
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
copy http
copy http
To copy configuration or image files from an HTTP server to the WAAS device, use the copy http EXEC
command.
copy http install {hostname | ip-address}remotefiledir remotefilename [port portnum] [proxy
proxy_portnum] [username username password]
Syntax Description
Defaults HTTP server port: 80
Command Modes EXEC
Device Modes application-accelerator
central-manager
Usage Guidelines Use the copy http install EXEC command to install an image file from an HTTP server and install it on
a WAAS device. It transfers the image from an HTTP server to the WAAS device using HTTP as the
transport protocol and installs the software on the device. Part of the image goes to a disk and part goes
to flash memory. Use the copy http central EXEC command to download a software image into the
repository from an HTTP server.
You can also use the copy http install EXEC commands to redirect your transfer to a different location
or HTTP proxy server by specifying the proxy hostname | ip-address option. A username and a password
have to be authenticated with a primary domain controller (PDC) before the transfer of the software
release file to the WAAS device is allowed.
http Copies the file from an HTTP server.
install Copies the file from an HTTP server and installs the software release file to
the local device.
hostname Name of the HTTP server.
ip-address IP address of the HTTP server.
remotefiledir Remote file directory.
remotefilename Remote filename.
port portnum (Optional) Port number (1–65535) to connect to the HTTP server (the
default is 80).
proxy proxy_portnum (Optional) Allows the request to be redirected to an HTTP proxy server.
HTTP proxy server port number (1–65535).
username username
password
(Optional) Username and password to access the HTTP proxy server.