Scheduled Job to upload documents in Alfresco

cancel
Showing results for 
Search instead for 
Did you mean: 
yash_patel_c2
Established Member

Scheduled Job to upload documents in Alfresco

Hi Everyone,

I am trying to create alfresco scheduled job. I want to upload documemnts from my local system (e.g. Some folder in D drive) to specific folder in Alfresco (SDK 3 Project I'm working on). I want this logic to be written in scheduler only. Basic scheduler is ready, what logic I need to add in that to achieve this?

Thanks

 

3 Replies
jljwoznica
Senior Member

Re: Scheduled Job to upload documents in Alfresco

I would suggest using the Bulk Import tool:https://docs.alfresco.com/community/concepts/Bulk-Import-Tool.html

yash_patel_c2
Established Member

Re: Scheduled Job to upload documents in Alfresco

Thank you but I have to do with scheduler only. Is it possible to do so ? How ?

heiko_robert
Senior Member

Re: Scheduled Job to upload documents in Alfresco

connect to Alfresco as a shared drive using one of: webdav, aos, cifs, ftp

implement your scheduler job as usual copying files from one folder to another