How to download Asset Folders from AEM Assets 6.1 | Community
Skip to main content
New Participant
February 4, 2019
Solved

How to download Asset Folders from AEM Assets 6.1

  • February 4, 2019
  • 15 replies
  • 8581 views

Hi All,


I'm new to AEM. I need to extract/download all folders under /content/dam/ . How can I do this using AEM 6.1 ? I am accessing this via damadmin and have the admin credentials.Download button is not available when I highlight a folder. I'm accessing AEM Asset using web (chrome).  Please help. Thank you!

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 smacdonald2008

15 replies

New Participant
February 13, 2019

ahh I managed to find the file where I executed the curl command. Thank you

New Participant
February 13, 2019

Hi Jorg,

I have manage to download package from server using curl command:

curl -u admin:admin http://localhost:4505/etc/packages/export/name_of_package.zip > name of local package file

Just want to ask if how can I access the package from my local machine?

New Participant
February 13, 2019

Download from the server directly seems the best option. I have the ssh key but where can I locate the build packages? Thank you

joerghoh
Employee
February 12, 2019

Build smaller packages? Download it from the server directly (where bandwidth shouldn't be a problem). I am not aware of a function "download as file on the server".

Jörg

New Participant
February 12, 2019

Hi smacdonald2008​ , just want to ask if there is any other way to download the build folder rather than downloading it via web? The file size of the build folder is too huge to download it via browser. Thank you

New Participant
February 11, 2019

Hi smacdonald2008​, this is what I looking for. We have managed to build atleast one of our folders and its content. Thank you!

smacdonald2008
smacdonald2008Accepted solution
New Participant
February 7, 2019

smacdonald2008
New Participant
February 7, 2019

I will post a video in a few mins.

joerghoh
Employee
February 7, 2019

When you have added the rule to the package definition, you need to rebuild and then download it.

New Participant
February 6, 2019

Hi Jörg Hoh​, can you help me with this one too? Thank you