Azure webjob to check for files on an FTP server
In my last project, the client wants their files, once uploaded to the FTP server, processed and imported into their database. Previously, I would implement a windows service and install it on the FTP server. However, since the FTP server is hosted on Azure as a virtual machine so I decided to implement an Azure … [Read more…]