I have a console application that runs every 10 minutes to pick new files from a folder with today's date in it. Right now, I am using Quartz scheduler for this job. Now I want to pick new files and process them as soon as they were placed in the Azure SFTP folder.
Should I use REST or any kind of service for this to listen to the new files in SFTP or modifying my console application would do? Please suggest me on this.