We have a process that runs under windows scheduler to FTP files to another site. I would like to use Cloverleaf’s platform to do the FTP (use the scheduler, notification etc.). Can I use one THREAD only to do the job or I need two Threads (one to read the files and the other to FTP)? Thanks for your input.