Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
context.test =
((String)globalMap.get("tFTPGet_1_ERROR_MESSAGE")).equals("test: No such file or directory") ? "yes" : "no";
context.test == "yes"
context.test == "no"
context.test =
((String)globalMap.get("tFTPGet_1_ERROR_MESSAGE")).equals("test: No such file or directory") ? "yes" : "no";
context.test == "yes"
context.test == "no"
Hi Brandon,
I saw your post and looking for a solution to check if the file exists on ftp server using tftpfileexist. If not it should check again every 1 minute and kick the job once the file is found and send a notification once the process is done and loop back to check for the next file. If the file is not found after certain period it should send a notification and loop again to check if the file is present. How to achieve this? A detail job would be helpful.
Thanks