Error with intc::get using URL
I am using the following inetc::get command to download files from a web server (https) to local server.
inetc::get /POPUP "" /CAPTION "Download Installation Package" \
"${Web_Server}/${web_FILENAME}" "${local_FILENAME}"
Although the file is downloaded successfully, the inetc::get command is returning the message "URL Parts Error".
Any suggestions will be appreciated.
|