Hi,
At this moment I have an application that processes a file. My workflow is:
- Someone puts a file in a FTP and notifies me
- I download the file and run my app with that file. It returns a proccessed file.
- I put the result in the FTP again and notify my workmate.
Is there any kind of trigger that executes my code when someone drops a file in the FTP?