cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduled Job to upload documents in Alfresco

yash_patel_c2
Star Contributor
Star Contributor

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 3

jljwoznica
Star Collaborator
Star Collaborator

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

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

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