Export folders / files to local file system
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2015 12:32 PM
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
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
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2015 12:36 PM
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).
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).
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2015 12:36 PM
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).
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).
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2015 10:35 AM
I assumed as much, but thanks for the quick response and confirmation.
