cURL command to download cq package
Hi All,
I want to download package which is created by package manager using cURL command.If anyone come across using this kind of command please share with me.
I have tried below but not succeeded.
curl -k -u "$USER_NAME":"$PASSWORD" -X GET "$URL""$PORT"/etc/packages/my_packages/testpackage123.zip
url -k -u "$USER_NAME":"$PASSWORD" "$URL""$PORT"/etc/packages/my_packages/testpackage123.zip
Thanks In Advance,
Kishore