Synopsis
cfmg_downloadpackage [-f] -id Software setup ID | Parameter ID -dir Download destination path |
Functional Description
This command downloads package files; a script package for software setup information and a parameter package for parameter information.
Options
Options | Description |
---|---|
-f | This option overwrites without confirmation if there is a package file in the download destination path. If this option is omitted, a confirmation prompt will be output before the overwrite takes place. |
-id | This option specifies the software setup ID or parameter ID that downloads the package file. This option specifies the software setup ID for a script package and the parameter ID for a parameter package. |
-dir | This option specifies the absolute or relative path to the download destination, using a string of printable ASCII characters. |
Example
C:\Users\Administrator> C:\Fujitsu\ROR\RCXCFMG\bin\cfmg_downloadpackage -id SS00000001 -dir C:\tmp\template_test\pkg\tmp
# /opt/FJSVcfmg/bin/cfmg_downloadpackage -id SS00000001 -dir /tmp/template_test/pkg/tmp