copy https module

Last Updated : Jul 12, 2021 |

This command downloads the Media Module firmware to the respective media modules on a gateway from an HTTP or HTTPS server. The HTTPS command prompts for the username and password after the command is entered.

Note:

To use this command, you need to have an active HTTPS server, and to create a file into which to download the software.

Syntax

copy https module <URL> <module_number> [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://

module_number

The Media Module number

transfer-type

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

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

  • certificate: verifies the web server TLS certificate, applicable for https only

  • unsecure: no TLS certificate verification required

  • secure

  • certificate

  • unsecure

  • secure for https

  • unsecure for http

User level

read-write

Context

general

Example

copy http module http://149.49.134.153/fw/mm711v17.fdl 1
copy https module [2001:db8::9531:8699]/fw/mm710v17.fdl 2 cert
copy https module my.scp.server/mm710v17.fdl 1