We have Sharepoint Server 2010 Enterprise SP1, inside this normal Document Library. We have application that stores files directoly to local server c:\files\*.pdf .
Is there any code-less solution that will schedule and every 1 minute check for files on local server c:\files\*.pdf and if they exists copy and delete (move) them to sharepoint library to given URL (https://mycorpsp:987/mydoclib) ?
Thank you