2

I have more than 1 TB data in one site of Alfresco repository. Now from that site i want do download all the files with .xml extension

As i checked in Alfresco share, there is no any provision provided by alfresco.

So can anyone tell me some better ways using that i can download multiple files from same site.

Thanks in Advance .

Deepak Talape
  • 997
  • 1
  • 9
  • 35

1 Answers1

2

Use Alfresco's built-in FTP server and download client like FileZilla (supports recursive downloads and filename filters).

You can enable FTP server by settings tomcat/shared/classes/alfresco-global.properties:

# FTP Server Configuration
ftp.port=2121
ftp.enabled=true
kinjelom
  • 6,105
  • 3
  • 35
  • 61