cURL commands in AEM6.0 | Community
Skip to main content
New Participant
October 16, 2015
Solved

cURL commands in AEM6.0

  • October 16, 2015
  • 5 replies
  • 2720 views

HI,

 

I have been using cURL commands in CQ5.6 to upload & download packages. Now I am trying to use them in AEM6 and download command doesnt work.

I have executed the below command

curl -u admin:adm!nn0wn http://localhost:4508/etc/packages/my_packages/xxxx.zip > xxxx.zip

and it just returns a 0 byte file. Is there any way to download packages through commands in AEM6.0

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

HI Deepak Chadha

The command Use by you is correct.

Please make sure that Server port is correct or Path of Package mentioned in correct Or User name Password is correct. For your Reference, please find few commands :-

Package Management Commands:  

For more Information please refer to: - http://docs.adobe.com/docs/en/aem/6-0/administer/content/package-manager.html

 

Thanks and Regards

Kautuk Sahni

5 replies

MC_Stuff
New Participant
April 11, 2017

Hi Nanda,

Verify the company proxy Or firewall settings. in case there is ELB make sure it is not timing out.

Thanks,

Nandujee
New Participant
April 10, 2017

    Hi there, 

    I am facing the same issue. Did you resolve the issue?

    Thanks

    Nanda

kautuk_sahni
kautuk_sahniAccepted solution
Employee
October 16, 2015

HI Deepak Chadha

The command Use by you is correct.

Please make sure that Server port is correct or Path of Package mentioned in correct Or User name Password is correct. For your Reference, please find few commands :-

Package Management Commands:  

For more Information please refer to: - http://docs.adobe.com/docs/en/aem/6-0/administer/content/package-manager.html

 

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
New Participant
October 16, 2015

I have checked syntax..it is not throwing any error but still downloading a 0 byte file

smacdonald2008
New Participant
October 16, 2015