cancel
Showing results for 
Search instead for 
Did you mean: 

Download document from alfresco to local folder

bichi59
Champ in-the-making
Champ in-the-making
Hi Techies,

I want to download all the documents from an alfresco space to my local drive /tmp/CopiedLoc ( which is at different physical location).
Can you please help me by mentioning the apis to be used ? i dont want to have webscript approach as i have written a javabean as a controller.




Regards,
Bichitra
2 REPLIES 2

janv
Employee
Employee
You could just use a suitable FTP or WebDAV client … ?

Regards,
Jan

bichi59
Champ in-the-making
Champ in-the-making
Hi Jan,

Thanks for the reply.

Overally the requirement is like :

Download the documents with specific metadata value from a space  and store them in local folder/drive.
i.e. it is like search documents –> using document id of individual document , download the document to required folder.
I cannot map the whole space to a drive.Hence webdav would not be a better option.

Can you provide a code snippet ?
It is like webdav represented in coding but not as web-script.

Regards,
Bichitra