copy https SW_imageA

Last Updated : Jul 12, 2021 |

This command downloads a software image from an HTTP or HTTPS server into Bank A of the Branch Gateway. If an URL with a username (for example, username@host) is used with the command, the HTTP command prompts for the password. In this case, the password can be blank.

Syntax

copy https SW_imageA <URL> [transfer-type]

Parameters

Parameter

Description

Possible Values

Default Value

URL

The URL contains the following elements in order:

  • http://or https://

  • username (optional) followed by @

  • webserver host:- IPv4 address, IPv6 address, or Fully Qualified Domain Name of the remote HTTP or HTTPS server

  • :webserver port (optional)

  • /file path

  • path

  • filename

https://

transfer-type

The transfer type depending on the type of verification. The options are:

  • secure: verifies the certificate and hostname, applicable for https

  • certificate: verifies the webserver TLS certificate, applicable for https

  • unsecure: no TLS certificate verification required

  • secure

  • certificate

  • unsecure

  • secure for https

  • unsecure for http

User level

read-write

Context

general

Example

To download the software image file, g450_sw_41_44_0.bin (for G450 or G430 hardware vintage 1.x, 2.x, 3.x) from the HTTPS server with URL my.webserver.com:

copy http SW_imageA http://my.webserver.com/images/g450_sw_image_41_44_0.bin
copy https SW_imageA my.webserver.com/images/g450_sw_image_41_44_0.bin cert
copy https SW_imageA https://10.123.1.3:8000/sw_image.bin

To download the software image file, g450_sw_41_44_0.bin (for G450 or G430 hardware vintage 1.x, 2.x, 3.x) from the HTTPS server with URL my.webserver.com with the username dan:

g450-025(super)# copy http SW_imageA https://dan@my.webserver.com/images/g450_sw_41_44_0.bin