cancel
Showing results for 
Search instead for 
Did you mean: 

Export folders / files to local file system

pt-tier2
Champ in-the-making
Champ in-the-making
Hi,

Currently we have an Alfresco 4.0 implementation and are wondering if it's possible to export a folder with subfolders/ files to the local file system, or whether we will need to use the API in order to achieve this?

Cheers,
Paul
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
You will have to use an API, you can't directly access the files.  

However you could also use one of the filesystem projections like CIFS/SMB, WebDav or FTP.

You could also use the export from the UI, but that will export as a compressed filesystem (ACP format).

mrogers
Star Contributor
Star Contributor
You will have to use an API, you can't directly access the files.  

However you could also use one of the filesystem projections like Cifs, WebDav or FTP.

You could also use the export from the UI, but that will export as a compressed filesystem (ACP format).

pt-tier2
Champ in-the-making
Champ in-the-making
I assumed as much, but thanks for the quick response and confirmation.